Un po' di materiale su {{{splice}}} e inizio della ripulitura degli
[gapil.git] / sources / Flock.c
index 55d84fefd3396aa545a13665daae3facc07b654a..f20f6df7576d2c691e13e8809083b1eacbefcc0c 100644 (file)
@@ -26,7 +26,7 @@
  *
  * Usage: flock -h give all info's
  *
- * $Id: Flock.c,v 1.3 2002/11/18 23:54:01 piccardi Exp $
+ * $Id: Flock.c,v 1.5 2003/05/02 09:55:13 piccardi Exp $
  *
  *****************************************************************************/
 /*
 #include <stdlib.h>      /* C standard library */
 #include <unistd.h>      /* unix standard library */
 #include <stdio.h>      /* standard I/O library */
-#include <string.h>      /* string functions */
-#include <fcntl.h>       /* string functions */
+#include <string.h>      /* C strings library */
+#include <fcntl.h>       /* file control functions */
+
+
 /* user defined header */
 #include "macros.h"      /* some useful macros */