arguments.h

changeset 10
ecf787666f44
child 20
43725438ac50
equal deleted inserted replaced
8:28319b20968c 10:ecf787666f44
1 /*
2 * arguments.h
3 *
4 * Created on: 15.09.2011
5 * Author: beckermi
6 */
7
8 #ifndef ARGUMENTS_H_
9 #define ARGUMENTS_H_
10
11 #include "stdinc.h"
12
13 #ifdef _cplusplus
14 extern "C" {
15 #endif
16
17 int checkArgument(const char*, const char*);
18 bool registerArgument(int*, int);
19
20 #ifdef _cplusplus
21 }
22 #endif
23
24 #endif /* ARGUMENTS_H_ */

mercurial