X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FBarCode.c;fp=sources%2FBarCode.c;h=7248d2dfe18bf134e0647d3fcb0ac4e5e4a21b64;hp=a6d1519d35dbf58389a47159ab8e00b1e9c58f08;hb=31f55ec58bee8b2c4993633849b7da4e30cab222;hpb=39c051cd723e36a31bd8989c01970cf712f0d2dd diff --git a/sources/BarCode.c b/sources/BarCode.c index a6d1519..7248d2d 100644 --- a/sources/BarCode.c +++ b/sources/BarCode.c @@ -29,23 +29,20 @@ * http://localhost/cgi-bin/barcode?string * where string is the code to be converted * - * $Id: BarCode.c,v 1.9 2003/05/02 09:55:13 piccardi Exp $ - * ****************************************************************/ /* * Include needed headers */ -#include /* predefined types */ -#include /* stat deinitiions */ -#include /* include unix standard library */ -/* */ -#include /* include standard I/O library */ -#include /* include standard library */ -#include /* include string library */ -#include /* include wait call */ -#include +#include /* primitive system data types */ +#include /* file characteristics constants and functions */ +#include /* unix standard library */ +#include /* standard I/O library */ +#include /* C standard library */ +#include /* C strings library */ +#include +#include /* file control functions */ #include -#include +#include /* date and time constants, types and functions */ #include"macros.h"