1 2 3 4 5 6 7 8 9 10
#ifndef _JOVE_INIT_H #define _JOVE_INIT_H 1 #ifdef __x86_64__ #endif void init_load(void); #endif