[go: up one dir, main page]

Menu

[fc3a13]: / lib / proc.h  Maximize  Restore  History

Download this file

8 lines (6 with data), 186 Bytes

1
2
3
4
5
6
/*
* prototypes for proc.c
*/
char *proc_gen_fmt(const char *name, int more, FILE * fh,...);
int proc_guess_fmt(const char *name, FILE* fh,...);
FILE *proc_fopen(const char *name);