1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-13 23:27:12 +00:00
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