X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FBarCodePage.c;h=4abd29aba3fff4750b04de5d77d1079ea75e3632;hp=430ac9ac27020e1113da79d143e2421917526d36;hb=31f55ec58bee8b2c4993633849b7da4e30cab222;hpb=39c051cd723e36a31bd8989c01970cf712f0d2dd diff --git a/sources/BarCodePage.c b/sources/BarCodePage.c index 430ac9a..4abd29a 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 /* 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" void WriteMess(char *mess);