13 lines
283 B
C
13 lines
283 B
C
/*
|
|
* The Amsterdam Compiler Kit
|
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
|
*/
|
|
#ifndef LANG_CEM_CEMCOM_ANSI_INIT_H
|
|
#define LANG_CEM_CEMCOM_ANSI_INIT_H
|
|
|
|
/* lang/cem/cemcom.ansi/init.c */
|
|
void init_pp();
|
|
|
|
#endif /* LANG_CEM_CEMCOM_ANSI_INIT_H */
|
|
|