code: 9ferno

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

View raw version
#include "cc.h"

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

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