2nd_Sem_Bogachev/2025.04.18/05Ex/io_status.h
2025-04-17 21:56:31 +03:00

9 lines
234 B
C

#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