#ifndef _LODAER_H #define _LOADER_H int load_jpeg(const char* filename); #endif // _LOADER_H