While checking my code with splint, I got one problem. At first i got an error on POSIXLIB. So I run splint with +posixlib as follows,
splint mss_client_main.c +posixlib -I ../include/
But i got the following error :
Splint 3.1.1 --- 15 Jun 2004
/usr/include/arpa/inet.h:35:27: Parse Error. (For help on parse errors, see
splint -help parseerrors.)
*** Cannot continue.
How to resolve this error?