aboutsummaryrefslogtreecommitdiffhomepage
path: root/obj.h
blob: 02581196ab0b94bc10f6ada88804e12c7cb27460 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include "common.h"

extern struct objfile {
   const char *file;
   uchar *textbegin, *textend;
   uchar *code;
} objout;

void objini(const char *);
void objfini(void);

/* vim:set ts=3 sw=3 expandtab: */