Task 3 is done!

This commit is contained in:
AZEN-SGG 2025-04-16 15:23:41 +03:00
parent b9e4209b86
commit 4c083aa533
15 changed files with 269 additions and 16 deletions

View file

@ -4,6 +4,7 @@
#define ERR_MEM "Error: Not enough memory!"
#define ERR_OPEN "Error: Cannot open file"
#define ERR_READ "Error: Cannot read file"
#define ERR_FUNC "Error: Algorithm is not applicable!"
typedef enum _io_status
{