9 lines
93 B
C
9 lines
93 B
C
|
#include <assert.h>
|
||
|
|
||
|
extern int locals_created;
|
||
|
|
||
|
C_end_narg()
|
||
|
{
|
||
|
assert( locals_created);
|
||
|
}
|