repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert between 56095 -> 55830 in arch
[AROS.git]
/
workbench
/
network
/
stacks
/
AROSTCP
/
syslog
/
str.h
blob
dbd4714e6cc803089ee8037f64e431d11c4e0cee
1
#include <stdarg.h>
2
3
STRPTR
strnew
(
APTR pool
,
STRPTR original
);
4
STRPTR
vfmtnew
(
APTR pool
,
STRPTR fmt
,
va_list
args
);
5
STRPTR
fmtnew
(
APTR pool
,
STRPTR fmt
, ...);