File: proc.h

package info (click to toggle)
lcdproc 0.5.9-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,064 kB
  • sloc: ansic: 59,645; sh: 1,740; perl: 681; makefile: 417
file content (5 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (15)
1
2
3
4
5


/* Generate a suitable scanf format for a column title line */
char *proc_gen_fmt(char *name, int more, FILE * fh,...);
int   proc_guess_fmt(char *name, FILE* fh,...);