code: 9ferno

ref: da7d6df6faf18e289fe0f3f61524dcc7fddeef18
dir: /utils/c2l/acid.c/

View raw version
#include "cc.h"

void
acidtype(Type *t)
{
	USED(t);
}

void
acidvar(Sym *s)
{
	USED(s);
}