8 lines
89 B
C
Executable File
8 lines
89 B
C
Executable File
#ifndef __AT3_H
|
|
#define __AT3_H
|
|
|
|
int at3100(int argc, char* argv[]);
|
|
|
|
#endif // __AT3_H
|
|
|