detect if the compiler supports -fno-builtin and -fno-builtin-vsnprintf. (NicJA)
[AROS.git] / arch / all-hosted / bootstrap / kickstart.h
bloba6f4958b1cda60a819fe2ad759edf38f3d4eaf59
1 #ifdef _WIN64
2 #define __aros __attribute__((sysv_abi))
3 #else
4 #define __aros
5 #endif
7 int kick(int __aros (*addr)(), struct TagItem *msg);