home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.whtech.com
/
ftp.whtech.com.7z
/
ftp.whtech.com
/
emulators
/
v9t9
/
linux
/
sources
/
V9t9
/
source
/
OSLib
/
StringUtils.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
2006-10-19
|
334 b
|
11 lines
#include <stdarg.h>
#include "centry.h"
/* Print to a memory buffer and allocate a larger one as needed.
If return is != buf, we allocated, and the caller must free. */
char *mvprintf(char *mybuf, unsigned len, const char *format, va_list va);
char *mprintf(char *mybuf, unsigned len, const char *format, ...);
#include "cexit.h"