1 2 3 4 5 6 7 8
#ifndef LIBRARY_H #define LIBRARY_H #include "runtime.h" void pit_install_library_essential(pit_runtime *rt); #endif