arguments.h

Mon, 13 Feb 2012 19:10:00 +0100

author
Mike Becker <universe@uap-core.de>
date
Mon, 13 Feb 2012 19:10:00 +0100
changeset 31
27c3c1c6b768
parent 30
d642fdb6745e
permissions
-rw-r--r--

added --exclude-cstyle-comments shortcut

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

#ifndef ARGUMENTS_H_
#define ARGUMENTS_H_

#include "stdinc.h"
#include "string_list.h"

#ifdef _cplusplus
extern "C" {
#endif

int checkArgument(const char*, const char*);
bool checkParamOpt(int*);
bool registerArgument(int*, int);
void parseCSL(char*, string_list_t*);

#ifdef _cplusplus
}
#endif

#endif /* ARGUMENTS_H_ */

mercurial