Files
yait/proj.h
2025-11-09 21:55:07 -05:00

7 lines
81 B
C

#ifndef PROJ_H_
#define PROJ_H_
int makeproj(char *src);
#endif /* PROJ_H_ */