tools/adflib: build only host variant which is used by Sam440 target
[AROS.git] / workbench / network / stacks / AROSTCP / syslog / str.h
blobdbd4714e6cc803089ee8037f64e431d11c4e0cee
1 #include <stdarg.h>
3 STRPTR strnew(APTR pool, STRPTR original);
4 STRPTR vfmtnew(APTR pool, STRPTR fmt, va_list args);
5 STRPTR fmtnew(APTR pool, STRPTR fmt, ...);