Seconda parte della risistemazione delle dichiarazioni di inclusione.
[gapil.git] / sources / BarCode.c
index 7248d2dfe18bf134e0647d3fcb0ac4e5e4a21b64..872eacedf6fcc246126b9288029b25dd38dc59af 100644 (file)
@@ -39,9 +39,9 @@
 #include <stdio.h>      /* standard I/O library */
 #include <stdlib.h>     /* C standard library */
 #include <string.h>     /* C strings library */
-#include <wait.h>
+#include <wait.h>       /* process termination constants and functions */
 #include <fcntl.h>      /* file control functions */
-#include <assert.h>
+#include <assert.h>     /* C assertion functions */
 #include <time.h>        /* date and time constants, types and functions */
 
 #include"macros.h"