1 2 3 4 5 6 7 8 9 10 11
#ifndef __LOADER_H__ #define __LOADER_H__ void loader_init(const char *s); void cleanup(void); #endif