dermesser / libsocket

The ultimate socket library for C and C++, supporting TCP, UDP and Unix sockets (DGRAM and STREAM) on Linux, FreeBSD, Solaris. See also my uvco library for a refreshed version!
https://borgac.net/~lbo/doc/libsocket/
Other
797 stars 195 forks source link

C++ style comments are not allowed in ISO C90 #41

Closed dagostinelli closed 7 years ago

dagostinelli commented 7 years ago

My project requires the older C90 standard. The // comments in libinetsocket.h are causing compile errors. There's only 2 of them in the file. It looks like an easy fix.

C++ style comments are not allowed in ISO C90

dermesser commented 7 years ago

Let me know if that works for you.