Source file: /~heha/hs/bl/stm32flash.zip/src/gpsystem.h

#pragma once

#ifdef __cplusplus
extern "C" {
#endif

void gp_checkarg(const char*arg, const char*opts);
void gp_getopt(const char*const*argv,const char*opts,void(*cb)(void*,char,const char*),void*cd);
void _cdecl gp_usage(const char*argv0,const char*opts,const char*desc,
	int left,int width,const char*footer,...);

#ifdef __cplusplus
}
#endif

#define BUGREPORT "heha@hrz.tu-chemnitz.de"
Detected encoding: ASCII (7 bit)2