Task 6 and 7 are done!

This commit is contained in:
AZEN-SGG 2025-04-18 00:41:17 +03:00
parent 2f21a20fd1
commit 2efd819d0f
16 changed files with 334 additions and 4 deletions

View file

@ -0,0 +1,9 @@
#ifndef IO_STATUS_H
#define IO_STATUS_H
#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!"
#endif