arguments.h

Tue, 20 Sep 2011 15:19:28 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 20 Sep 2011 15:19:28 +0200
changeset 16
bc9a0fefd892
parent 10
ecf787666f44
child 20
43725438ac50
permissions
-rw-r--r--

fixed makefile to run safely on compile errors + added -V option to cline

/*
 * arguments.h
 *
 *  Created on: 15.09.2011
 *      Author: beckermi
 */

#ifndef ARGUMENTS_H_
#define ARGUMENTS_H_

#include "stdinc.h"

#ifdef _cplusplus
extern "C" {
#endif

int checkArgument(const char*, const char*);
bool registerArgument(int*, int);

#ifdef _cplusplus
}
#endif

#endif /* ARGUMENTS_H_ */

mercurial