Logic to -w

This commit is contained in:
elvis
2022-04-20 22:34:06 +02:00
parent 4229c625bf
commit 72cb3ec3ea
2 changed files with 61 additions and 0 deletions

View File

@ -4,6 +4,9 @@
#include <time.h>
#define O_CREATE 1
#define O_LOCK 2
// struttura dati per la lista dei file aperti
typedef struct openFile_s {
char *filename; // nome del file