This commit is contained in:
bronku 2025-10-21 18:50:21 +02:00
parent 7c888a3dd0
commit 5d9fc7d18d
11 changed files with 247 additions and 297 deletions

5
status_codes.h Normal file
View file

@ -0,0 +1,5 @@
#pragma once
#define END_PROGRAM -1
#define SUCCESS 0
#define ERROR -2