scorpius/include/gemparse.h

7 lines
83 B
C

#ifndef _GEMPARSE_H
#define _GEMPARSE_H
int parseFile (const char *path);
#endif