#ifndef _JOVE_ERROR_H #define _JOVE_ERROR_H 1 #define E_OK 0 #define E_BADOBJ 1 #define E_ARGUMENT 2 #endif