Package: cproto Version: 4.7m Revision: 1 Maintainer: None # Source: ftp://invisible-island.net/%n/%n-%v.tgz Source-Checksum: SHA256(4b482e80f1b492e94f8dcda74d25a7bd0381c870eb500c18e7970ceacdc07c89) # InstallScript: << make install DESTDIR=%d << DocFiles: AUTHORS CHANGES README # #InfoTest: TestScript: make check || exit 2 # Description: Generate C prototypes from source code DescDetail: << cproto generates function prototypes for functions defined in the specified C source files to the standard output. The function definitions may be in K&R or ANSI C style, or in lint-library form. cproto can also convert function definitions in the specified files from the K&R style to the ANSI C style. << License: Public Domain Homepage: http://invisible-island.net/cproto/