nuq/include/gib_error.h

9 lines
178 B
C
Raw Normal View History

#define GIB_E_EXIT -2
#define GIB_E_RETURN -1
#define GIB_E_PARSE 6
#define GIB_E_NUMARGS 1
#define GIB_E_ARG 2
#define GIB_E_CALLS 3
#define GIB_E_NOSUB 4
#define GIB_E_NOVAR 5