Add Matvej's solve
This commit is contained in:
parent
c5ae5840ff
commit
3e90cc7ebb
22 changed files with 916 additions and 105 deletions
7
2025.05.02/dist/Ulyanov_MT/io_status.h
vendored
Normal file
7
2025.05.02/dist/Ulyanov_MT/io_status.h
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
typedef enum io_status_
|
||||
{
|
||||
SUCCESS,
|
||||
ERROR_OPEN,
|
||||
ERROR_READ,
|
||||
ERROR_FUNCTION,
|
||||
} io_status;
|
||||
Loading…
Add table
Add a link
Reference in a new issue