1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-03-06 19:11:25 +00:00
Files
Interlisp.maiko/inc/gcscandefs.h

7 lines
144 B
C

#ifndef GCSCANDEFS_H
#define GCSCANDEFS_H 1
#include "lispemul.h" /* for DLword */
DLword gcscan1(int probe);
DLword gcscan2(int probe);
#endif