wyre/compiler/external.h
2020-09-26 00:35:42 +02:00

8 lines
155 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>