Pristine Ack-5.5
[Ack-5.5.git] / modules / src / em_code / oppnam.c
1 #include "em_private.h"
2
3 /* $Id: oppnam.c,v 1.4 1994/06/24 11:11:53 ceriel Exp $ */
4
5 void
6 CC_oppnam(opcode, pnam)
7         char *pnam;
8 {
9         /*      Instruction that has a procedure name as argument
10                 Argument types: p
11         */
12         OP(opcode);
13         PNAM(pnam);
14         NL();
15 }