14 lines
337 B
C
14 lines
337 B
C
/*
|
|
* The Amsterdam Compiler Kit
|
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
|
*/
|
|
#ifndef LANG_CEM_CEMCOM_ANSI_SKIP_H
|
|
#define LANG_CEM_CEMCOM_ANSI_SKIP_H
|
|
|
|
/* lang/cem/cemcom.ansi/skip.c */
|
|
int skipspaces(register int ch, int skipnl);
|
|
int SkipToNewLine(void);
|
|
|
|
#endif /* LANG_CEM_CEMCOM_ANSI_SKIP_H */
|
|
|