8 lines
72 B
C
8 lines
72 B
C
|
|
#include <debug.h>
|
|
|
|
void free_scope(struct scope* this)
|
|
{
|
|
TODO;
|
|
}
|
|
|