1
0
Fork 0

Update file utils

This commit is contained in:
Wael Karram 2022-07-23 21:28:14 +03:00
parent 182655fad8
commit 19a3f27f86
Signed by: wael
GPG Key ID: 3B356038CCB10808
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,11 @@
#include <sys/types.h>
#include <sys/stat.h>
/* Define constants. */
#define PASS_FAIL_FILE_UTILS_H -1
#define TRUE_FILE_UTILS_H 1
#define FALSE_FILE_UTILS_H 2
/* Set debug if needed. */
#ifdef DEBUG
#ifndef NDEBUG