dect
/
asl
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asl/asminclist.h

20 lines
835 B
C

/* asminclist.c */
/*****************************************************************************/
/* AS-Portierung */
/* */
/* Verwaltung der Include-Verschachtelungsliste */
/* */
/* Historie: 16. 5.1996 Grundsteinlegung */
/* */
/*****************************************************************************/
extern void PushInclude(char *S);
extern void PopInclude(void);
extern void PrintIncludeList(void);
extern void ClearIncludeList(void);
extern void asminclist_init(void);