File: control

package info (click to toggle)
cproto 4.7y-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,112 kB
  • sloc: ansic: 4,508; sh: 4,284; lex: 1,032; yacc: 924; makefile: 283
file content (16 lines) | stat: -rw-r--r-- 635 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: cproto
Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
Section: devel
Priority: optional
Standards-Version: 3.8.4
Build-Depends: debhelper (>= 5)
Homepage: http://invisible-island.net/cproto/

Package: cproto
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: generate C function prototypes and convert function definitions
 Cproto generates function prototypes for functions defined in the specified C
 source files to the standard output.  The function definitions may be in the
 old style or ANSI C style.  Optionally, cproto also outputs declarations for
 variables defined in the files.