8 lines
95 B
C
8 lines
95 B
C
|
#ifndef __CG2_H
|
||
|
#define __CG2_H
|
||
|
|
||
|
int cg2100(int argc, char** argv);
|
||
|
|
||
|
#endif // __CG2_H
|
||
|
|