summaryrefslogtreecommitdiff
path: root/src/library.h
blob: a472642447a8e1bff4c2dd401616ce7a35ee82d8 (plain)
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