- do you know what sys_addpollfn is? cc can't find it, what include
do I need?
sys_addpollfn is defined in s_stuff.h, that's a private header ... so you are basically not allowed to use this :-) just make sure, that s_stuff.h is in the search paths ...
- what do I need for the int32_t data type?
maybe just add a #define int32_t t_int
cheers ... tim