arguments.h

Thu, 01 Dec 2011 17:06:27 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 01 Dec 2011 17:06:27 +0100
changeset 26
853a1181884b
parent 20
43725438ac50
child 30
d642fdb6745e
permissions
-rw-r--r--

Merge with 3963e8800a1268be93d938c709e2d4be4d0b2d39

     1 /*
     2  * arguments.h
     3  *
     4  *  Created on: 15.09.2011
     5  *      Author: Mike
     6  */
     8 #ifndef ARGUMENTS_H_
     9 #define ARGUMENTS_H_
    11 #include "stdinc.h"
    13 #ifdef _cplusplus
    14 extern "C" {
    15 #endif
    17 int checkArgument(const char*, const char*);
    18 bool registerArgument(int*, int);
    20 #ifdef _cplusplus
    21 }
    22 #endif
    24 #endif /* ARGUMENTS_H_ */

mercurial