X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FBarCode.c;h=872eacedf6fcc246126b9288029b25dd38dc59af;hp=122ad6b1f5289691dbd43f25441799523715d88d;hb=fa15a3f1ecd64efd8440e46d398fd9976abc3d25;hpb=441dd1e480e625b9e8943261b706d0018c5f0faa diff --git a/sources/BarCode.c b/sources/BarCode.c index 122ad6b..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.7 2003/01/06 16:44:20 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"