83dbe7df6e
git-svn-id: svn://10.65.10.50/trunk@11856 c028cbd2-c16b-5b4b-a496-9718f37d4682
8 lines
121 B
C
Executable File
8 lines
121 B
C
Executable File
#ifndef __AB1_H
|
|
#define __AB1_H
|
|
|
|
int ab1100(int argc, char **argv);
|
|
int ab1200(int argc, char **argv);
|
|
|
|
#endif //__AB1_H
|