1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-02 23:01:25 +00:00
Files
Interlisp.maiko/inc/subrdefs.h

5 lines
90 B
C

#ifndef SUBRDEFS_H
#define SUBRDEFS_H 1
void OP_subrcall(int subr_no, int argnum);
#endif