File: misc.h

package info (click to toggle)
slocate 2.7-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 508 kB
  • ctags: 221
  • sloc: ansic: 2,125; sh: 775; makefile: 100
file content (7 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#ifndef MISC_H
#define MISC_H 1
char *load_file(const char *filename);
void report_error(int STATUS, int QUIET, const char *format, ...);

	
#endif /* !MISC_H */