nextem.h 332 B

1234567891011121314
  1. /*
  2. * The Amsterdam Compiler Kit
  3. * See the copyright notice in the ACK home directory, in the file "Copyright".
  4. */
  5. #ifndef MACH_PROTO_NCG_NEXTEM_H
  6. #define MACH_PROTO_NCG_NEXTEM_H
  7. /* mach/proto/ncg/nextem.c */
  8. byte *trypat(byte *bp, int len);
  9. int argtyp(int mn);
  10. byte *nextem(int toplevel);
  11. #endif /* MACH_PROTO_NCG_NEXTEM_H */