code: purgatorio

ref: 82b046f36f8084a22bbb5d71edd0edd9179561eb
dir: /utils/c2l/acid.c/

View raw version
#include "cc.h"

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

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