ack/mach/proto/ncg/nextem.h
2015-06-24 23:41:48 +01:00

15 lines
332 B
C

/*
* The Amsterdam Compiler Kit
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#ifndef MACH_PROTO_NCG_NEXTEM_H
#define MACH_PROTO_NCG_NEXTEM_H
/* mach/proto/ncg/nextem.c */
byte *trypat(byte *bp, int len);
int argtyp(int mn);
byte *nextem(int toplevel);
#endif /* MACH_PROTO_NCG_NEXTEM_H */