#ifndef __LIBELFU_TYPES_H__ #define __LIBELFU_TYPES_H__ typedef enum { ELFU_ERROR = -1, ELFU_FALSE = 0, ELFU_TRUE = 1 } ELFU_BOOL; #endif