X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FBarCode.c;h=872eacedf6fcc246126b9288029b25dd38dc59af;hp=a6d1519d35dbf58389a47159ab8e00b1e9c58f08;hb=fa15a3f1ecd64efd8440e46d398fd9976abc3d25;hpb=b1ead1b930038e4f7cd6ee7f737d7ee4699a068c diff --git a/sources/BarCode.c b/sources/BarCode.c index a6d1519..872eace 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 -#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 /* process termination constants and functions */ +#include /* file control functions */ +#include /* C assertion functions */ +#include /* date and time constants, types and functions */ #include"macros.h"