#ifndef LOAD_H #define LOAD_H #include vaddr load(const char *path); #endif