CFP - C Function Prototypes Scans C source files and generates C function prototypes for both global (routine name does not include ___) and internal functions. Two files are generated; one for global and one for internal functions. This is very useful for C programs that are comprised of multiple source files, by forcing each invocation of a function to pass the correct number and type of parameters. The source for CFP is written entirely in TPU. Jim Gray 7-DEC-1990