diff options
Diffstat (limited to 'C/final-project-z2h/include/common.h')
| -rw-r--r-- | C/final-project-z2h/include/common.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/C/final-project-z2h/include/common.h b/C/final-project-z2h/include/common.h new file mode 100644 index 0000000..839cc6f --- /dev/null +++ b/C/final-project-z2h/include/common.h @@ -0,0 +1,8 @@ +#ifndef COMMON_H +#define COMMON_H + +#define STATUS_ERROR -1 +#define STATUS_SUCCESS 0 + + +#endif |
