Marin Ramesa, le Sat 29 Jun 2013 10:16:45 +0200, a écrit : > Tell the compiler that it will find these at link time; this fixes the > implicit declaration warnings.
Thanks, I have just turned these: > +extern unsigned long int ntohl(unsigned long int); > +extern unsigned long int htonl(unsigned long int); into non-long ints. Again, these are old functions, which assume the parameter to be 32bit... Samuel