arguments.h

Thu, 20 Oct 2011 17:29:23 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 20 Oct 2011 17:29:23 +0200
changeset 22
4508da679ffb
parent 20
43725438ac50
child 30
d642fdb6745e
permissions
-rw-r--r--

completed binary file heuristics

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

#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