Un po' di materiale su {{{splice}}} e inizio della ripulitura degli
[gapil.git] / sources / BarCodePage.c
index 430ac9ac27020e1113da79d143e2421917526d36..4abd29aba3fff4750b04de5d77d1079ea75e3632 100644 (file)
  * 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 <sys/types.h>   /* predefined types */
-#include <sys/stat.h>    /* stat deinitiions */
-#include <unistd.h>      /* include unix standard library */
-#include <stdio.h>      /* include standard I/O library */
-#include <stdlib.h>     /* include standard library */
-#include <string.h>     /* include string library */
-#include <wait.h>       /* include wait call */
-#include <fcntl.h>
+#include <sys/types.h>   /* primitive system data types */
+#include <sys/stat.h>    /* file characteristics constants and functions */
+#include <unistd.h>      /* unix standard library */
+#include <stdio.h>      /* standard I/O library */
+#include <stdlib.h>     /* C standard library */
+#include <string.h>     /* C strings library */
+#include <wait.h>       /*  */
+#include <fcntl.h>       /* file control functions */
 #include <assert.h>
-#include <time.h>
+#include <time.h>        /* date and time constants, types and functions */
+
 
 #include"macros.h"
 void WriteMess(char *mess);