Pristine Ack-5.5
[Ack-5.5.git] / modules / src / em_code / end.c
1 #include "em_private.h"
2
3 /* $Id: end.c,v 1.4 1994/06/24 11:10:39 ceriel Exp $ */
4
5 void
6 CC_end(l)
7         arith l;
8 {
9         /*      END pseudo of procedure with l locals
10         */
11         PS(ps_end);
12         CST(l);
13         NL();
14 }