1 2 3 4 5 6 7 8
#ifndef _JOVE_ERROR_H #define _JOVE_ERROR_H 1 #define E_OK 0 #define E_BADOBJ 1 #define E_ARGUMENT 2 #endif