scorpius/include/gemparse.h

7 lines
84 B
C

#ifndef _GEMPARSE_H
#define _GEMPARSE_H
int parseFile (FILE *fileToParse);
#endif