altri pezzi di codice da aggiungere
[gapil.git] / listati / utimbuf.h
diff --git a/listati/utimbuf.h b/listati/utimbuf.h
new file mode 100644 (file)
index 0000000..4db8658
--- /dev/null
@@ -0,0 +1,4 @@
+struct utimbuf {
+        time_t actime;  /* access time */
+        time_t modtime; /* modification time */
+};