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

15 lines
266 B
C

#ifndef _MemfilEdotH
#define _MemfilEdotH
#ifdef __cplusplus
extern "C"{
#endif
void memfile_init(int sz) ;
void memfile_delete(void) ;
void memfile_vfprintf(void *junk, const char *fmt, va_list args) ;
void PrintMemfile(void);
#ifdef __cplusplus
}
#endif
#endif