rootfs/err.h
2024-01-13 13:19:22 -06:00

5 lines
58 B
C

#pragma once
typedef uint32_t err_t;
enum{EOK=0,ENULL,};