File: read_load.h

package info (click to toggle)
contest 0.61-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 228 kB
  • ctags: 217
  • sloc: ansic: 2,121; makefile: 98; sh: 3
file content (9 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
/* read_load.h */
#ifndef READ_LOAD_H
#define READ_LOAD_H

int prep_read_load(void);
int do_read_load(void);
int cleanup_read_load(void);

#endif	/* READ_LOAD_H */