7 lines
87 B
C
Executable File
7 lines
87 B
C
Executable File
#ifndef __AB3_H
|
|
#define __AB3_H
|
|
|
|
void ab3100(int argc, char **argv);
|
|
|
|
#endif //__AB3_H
|