arguments.h

changeset 34
fa9bda32de17
parent 30
d642fdb6745e
equal deleted inserted replaced
33:1a2d7298bc82 34:fa9bda32de17
1 /*
2 * arguments.h
3 *
4 * Created on: 15.09.2011
5 * Author: Mike
6 */
7
8 #ifndef ARGUMENTS_H_
9 #define ARGUMENTS_H_
10
11 #include "stdinc.h"
12 #include "string_list.h"
13
14 #ifdef _cplusplus
15 extern "C" {
16 #endif
17
18 int checkArgument(const char*, const char*);
19 bool checkParamOpt(int*);
20 bool registerArgument(int*, int);
21 void parseCSL(char*, string_list_t*);
22
23 #ifdef _cplusplus
24 }
25 #endif
26
27 #endif /* ARGUMENTS_H_ */

mercurial