1989-10-13 14:03:25 +00:00

14 lines
140 B
C

#include "em_private.h"
/* $Header$ */
CC_end(l)
arith l;
{
/* END pseudo of procedure with l locals
*/
PS(ps_end);
CST(l);
NL();
}