mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-13 23:27:12 +00:00
5 lines
90 B
C
5 lines
90 B
C
#ifndef SUBRDEFS_H
|
|
#define SUBRDEFS_H 1
|
|
void OP_subrcall(int subr_no, int argnum);
|
|
#endif
|