7 lines
88 B
C
7 lines
88 B
C
|
#ifndef __TA0_H
|
||
|
#define __TA0_H
|
||
|
|
||
|
int ta0100(int argc, char* argv[]);
|
||
|
|
||
|
#endif // __TA0_H
|