Check for SYS/GL during library init. Reason is that
[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, ...);