File: README

package info (click to toggle)
cproto 4.7f-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 804 kB
  • ctags: 656
  • sloc: ansic: 4,017; sh: 2,987; lex: 1,056; yacc: 872; makefile: 232
file content (8 lines) | stat: -rw-r--r-- 394 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
The files in this directory are needed to build on non-UNIX platforms.

getopt.c	This is a free implementation of the getopt function for
getopt.h	systems that don't already have it (such as MS-DOS and VMS).
		Some systems that support auto-configuration may need these
		files.  You'll have to edit the makefile in that case.
 
popen.c		fakes a pipe open/close by writing to a temporary file.