7 lines
81 B
C
7 lines
81 B
C
#ifndef PROJ_H_
|
|
#define PROJ_H_
|
|
|
|
int makeproj(char *src);
|
|
|
|
#endif /* PROJ_H_ */
|