ack/modules/src/em_code/psdnam.c

14 lines
138 B
C
Raw Normal View History

1987-11-12 11:59:31 +00:00
#include "em_private.h"
1989-10-13 14:03:25 +00:00
/* $Header$ */
1987-11-12 11:59:31 +00:00
CC_psdnam(op, dnam)
char *dnam;
{
/* Pseudo with data label
*/
PS(op);
DNAM(dnam);
NL();
}