trios/libk/include/errno.h

8 lines
58 B
C
Raw Normal View History

2023-04-28 23:17:17 +00:00
#pragma once
enum {
ESUCCESS,
ENOENTRY,
EDISKFAIL,
};