SBSPSS/source/system/vsprintf.h
2000-09-11 22:23:23 +00:00

6 lines
158 B
C

#ifndef __SYSTEM_VSPRINTF_H__
#define __SYSTEM_VSPRINTF_H__
extern int vsprintf(char *buf, const char *fmt, va_list args)
#endif /* __SYSTEM_VSPRINTF_H__ */