13 lines
159 B
C
13 lines
159 B
C
#include "em_private.h"
|
|
|
|
CC_crdnam(op, s, off)
|
|
char *s;
|
|
arith off;
|
|
{
|
|
/* CON or ROM with argument DNAM(s, off)
|
|
*/
|
|
PS(op);
|
|
NOFF(s, off);
|
|
CEND();
|
|
NL();
|
|
}
|