def add_forward(self, type, id): return C._Forward('static %s const' % type,'%s' % (id))
def add_array_forward(self, type, id, dim): return C._Forward('static %s const' % type,'%s[%s]' % (id, dim))