skip.h 337 B

12345678910111213
  1. /*
  2. * The Amsterdam Compiler Kit
  3. * See the copyright notice in the ACK home directory, in the file "Copyright".
  4. */
  5. #ifndef LANG_CEM_CEMCOM_ANSI_SKIP_H
  6. #define LANG_CEM_CEMCOM_ANSI_SKIP_H
  7. /* lang/cem/cemcom.ansi/skip.c */
  8. int skipspaces(register int ch, int skipnl);
  9. int SkipToNewLine(void);
  10. #endif /* LANG_CEM_CEMCOM_ANSI_SKIP_H */