X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FBarCodePage.c;h=6895a87896b2fc188b4680493176bd1219c02b4a;hp=430ac9ac27020e1113da79d143e2421917526d36;hb=26f7a8bb19c6cb198c213757a97b6ac79e40db4b;hpb=b1ead1b930038e4f7cd6ee7f737d7ee4699a068c diff --git a/sources/BarCodePage.c b/sources/BarCodePage.c index 430ac9a..6895a87 100644 --- a/sources/BarCodePage.c +++ b/sources/BarCodePage.c @@ -29,22 +29,21 @@ * http://localhost/cgi-bin/barcode?string * where string is the code to be converted * - * $Id: BarCodePage.c,v 1.4 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" void WriteMess(char *mess);