From 333b605b2afd472b823aeda0adf0e8b1ea9843c0 Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Mon, 27 May 2019 02:41:51 +0100 Subject: initial commit from asl-1.41r8.tar.gz --- asminclist.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 asminclist.h (limited to 'asminclist.h') diff --git a/asminclist.h b/asminclist.h new file mode 100644 index 0000000..0c15e75 --- /dev/null +++ b/asminclist.h @@ -0,0 +1,19 @@ +/* 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); -- cgit v1.2.3