1 2 3 4 5 6 7 8
// MIT License, Copyright (c) 2020 Marvin Borner #ifndef LOAD_H #define LOAD_H void bin_load(char *path); #endif