mirror of
https://github.com/michaeldv/pit.git
synced 2025-12-11 00:43:00 +00:00
7 lines
90 B
C
7 lines
90 B
C
#if !defined(__PROJECT_H__)
|
|
#define __PROJECT_H__
|
|
|
|
int pit_project(char *argv[]);
|
|
|
|
#endif
|