X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FTCP_countd.c;h=8c4c0b36f0f53a6cddec405b8b947f69bd28996b;hp=4e788e9340b6358f0050402caab51c9ecf8b2c6d;hb=fa15a3f1ecd64efd8440e46d398fd9976abc3d25;hpb=9d680e079317fb8b16a65edbc016fbe66df96fa3 diff --git a/sources/TCP_countd.c b/sources/TCP_countd.c index 4e788e9..8c4c0b3 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 /* IP addresses conversion utiliites */ -#include /* socket library */ -#include /* include standard I/O library */ -#include +#include /* primitive system data types */ +#include /* unix standard library */ +#include /* IP addresses conversion utilities */ +#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"