wyre/compiler/external.h
2020-09-28 17:59:09 +02:00

8 lines
163 B
C

#include <stdint.h>
#include <stdlib.h>
#include <memory.h>
#include <string.h>
#include <stdio.h>
#include <math.h>
#include <time.h>
#include <signal.h>