end.c 158 B

12345678910111213
  1. #include "em_code.h"
  2. #include "em_private.h"
  3. /* $Id$ */
  4. void CC_end(arith l)
  5. {
  6. /* END pseudo of procedure with l locals
  7. */
  8. PS(ps_end);
  9. CST(l);
  10. NL();
  11. }