purrforce/api.h

8 lines
103 B
C

#ifndef api_h
#define api_h
#include <stdarg.h>
void reportError(const char *fmt,...);
#endif//api_h