16 lines
193 B
C
Executable File
16 lines
193 B
C
Executable File
#ifndef __BA6_H
|
|
#define __BA6_H
|
|
|
|
#ifdef MAIN
|
|
#define extern
|
|
#endif
|
|
|
|
#ifdef MAIN
|
|
#undef extern
|
|
#endif
|
|
|
|
#endif // __BA6_H
|
|
|
|
int ba6100(int argc, char* argv[]);
|
|
int ba6200(int argc, char* argv[]);
|