1 2 3 4 5 6 7 8 9
#ifndef CURFBLIB_H #define CURFBLIB_H int curfb_init(); void curfb_loop(); void curfb_clear(); void curfb_shutdown(); #endif