15 lines
156 B
C
Executable File
15 lines
156 B
C
Executable File
#ifndef __BA2_H
|
|
#define __BA2_H
|
|
|
|
#ifdef MAIN
|
|
#define extern
|
|
#endif
|
|
|
|
#ifdef MAIN
|
|
#undef extern
|
|
#endif
|
|
|
|
#endif // __BA2_H
|
|
|
|
int ba2300(int argc, char** argv);
|