1 2 3 4 5 6 7 8
#ifndef __JE_COMMON_H__ #define __JE_COMMON_H__ #include "exception.h" #include "array.hpp" #include "string.h" #endif