0
0
mirror of https://github.com/ecki/net-tools.git synced 2025-04-12 03:53:03 +00:00
Files
2021-01-04 10:44:06 -05:00

8 lines
186 B
C

/*
* 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);