ack/modules/src/em_code/bhfcon.c

18 lines
260 B
C
Raw Normal View History

1987-11-12 11:59:31 +00:00
#include "em_private.h"
1994-06-24 11:31:16 +00:00
/* $Id$ */
1989-10-13 14:03:25 +00:00
void CC_bhfcon(int op, arith n, char *s, arith sz, int i)
1987-11-12 11:59:31 +00:00
{
/* BSS or HOL with size n, initial value an FCON (s, sz),
and flag i
*/
PS(op);
CST(n);
COMMA();
WCON(sp_fcon, s, sz);
COMMA();
CST((arith) i);
NL();
}