[go: up one dir, main page]

File: cstr.1

package info (click to toggle)
liwc 1.5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 84 kB
  • ctags: 78
  • sloc: ansic: 380; makefile: 54; sh: 1
file content (14 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.TH CSTR 1
.SH NAME
cstr \- print out string literals in C source code
.SH SYNOPSIS
cstr [-hv] [--help] [--version] [file ...]
.SH "DESCRIPTION"
This program reads C source code files and prints out all string
literals in them.
Each literal starts on a new line.
Escapes are not converted.
Surrounding double quotes are not retained.
Adjacent literals (with only white space in between) are not combined.
.SH AUTHOR
Lars Wirzenius, liw@iki.fi.