Files
c_soft/main.h

10 lines
75 B
C

#ifndef main_h__
#define main_h__
int get_argv(char** argv[]);
#endif