File: proc.h

package info (click to toggle)
net-tools 2.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,888 kB
  • sloc: ansic: 14,668; makefile: 370; sh: 153
file content (7 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
/*
 * 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);