15 lines
198 B
C
15 lines
198 B
C
#ifndef GC
|
|
#define GC
|
|
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <stdbool.h>
|
|
#include "objref.c"
|
|
#include "instruktion.c"
|
|
#include "support.c"
|
|
#include "bigint.h"
|
|
|
|
|
|
#endif
|