lr/i386.h

10 lines
123 B
C

#pragma once
#include<stdio.h>
#include"mem.h"
#include"pnode.h"
struct LangDef;
struct LangDef gen_i386_langdef(void);