#ifndef LIBRARY_H #define LIBRARY_H #include "runtime.h" void pit_install_library_essential(pit_runtime *rt); #endif