#ifndef __LOADER_H__ #define __LOADER_H__ void loader_init(char *s); void cleanup(void); #endif