currsos/inc/error.h

12 lines
117 B
C
Raw Permalink Normal View History

2018-12-04 06:29:45 +00:00
#pragma once
#include "cdef.h"
enum
{
ESUCCESS = 0,
ENOSUPPORT = -1,
ENOMEM = -2,
EINVARG = -3,
};