10 lines
75 B
C
10 lines
75 B
C
|
|
#ifndef main_h__
|
|
#define main_h__
|
|
|
|
int get_argv(char** argv[]);
|
|
|
|
|
|
|
|
#endif
|