15 lines
332 B
C
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 */
|
|
|