7 lines
98 B
C
7 lines
98 B
C
typedef enum io_status_
|
|
{
|
|
SUCCESS,
|
|
ERROR_OPEN,
|
|
ERROR_READ,
|
|
ERROR_MATRIX,
|
|
} io_status;
|