12 lines
124 B
C
12 lines
124 B
C
|
#include "em_private.h"
|
||
|
|
||
|
CC_end(l)
|
||
|
arith l;
|
||
|
{
|
||
|
/* END pseudo of procedure with l locals
|
||
|
*/
|
||
|
PS(ps_end);
|
||
|
CST(l);
|
||
|
NL();
|
||
|
}
|