mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 15:51:12 +00:00
14 lines
238 B
C
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
|