a8c5a1bed6
Files correlati : tc9.exe Ricompilazione Demo : [ ] Commento : Invio sispac 0.02 git-svn-id: svn://10.65.10.50/trunk@17958 c028cbd2-c16b-5b4b-a496-9718f37d4682
24 lines
206 B
C
Executable File
24 lines
206 B
C
Executable File
#ifndef __TC9_H
|
|
#define __TC9_H
|
|
|
|
int tc9100(int argc, char** argv);
|
|
int tc9200(int argc, char** argv);
|
|
int tc9300(int argc, char** argv);
|
|
int tc9400(int argc, char** argv);
|
|
|
|
#endif // __TC9_H
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|