X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=sources%2FTCP_countd.c;h=d5c60214784fcf17863af9196d5aab805ebcf0cf;hb=31f55ec58bee8b2c4993633849b7da4e30cab222;hp=4e788e9340b6358f0050402caab51c9ecf8b2c6d;hpb=9d680e079317fb8b16a65edbc016fbe66df96fa3;p=gapil.git diff --git a/sources/TCP_countd.c b/sources/TCP_countd.c index 4e788e9..d5c6021 100644 --- a/sources/TCP_countd.c +++ b/sources/TCP_countd.c @@ -31,19 +31,19 @@ /* * Include needed headers */ -#include /* predefined types */ -#include /* include unix standard library */ +#include /* primitive system data types */ +#include /* unix standard library */ #include /* IP addresses conversion utiliites */ -#include /* socket library */ -#include /* include standard I/O library */ -#include +#include /* socket constants, types and functions */ +#include /* standard I/O library */ +#include /* date and time constants, types and functions */ #include #include #include /* syslog system functions */ -#include /* signal functions */ -#include /* error code */ -#include /* error strings */ -#include +#include /* signal constants, types and functions */ +#include /* error definitions and routines */ +#include /* C strings library */ +#include /* C standard library */ #include "Gapil.h"