Logic to -w
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user