vide_public/external/libsdf/include/libsdf/singlio.h
2013-02-27 13:27:23 -05:00

14 lines
238 B
C

#ifndef _SinglIODOTh
#define _SinglIODOTh
#ifdef __cplusplus
extern "C"{
#endif /* __cplusplus */
int singlPrintf(const char *, ...);
void singlFflush(void);
int singlAutoflush(int);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif