blob: 5014bb5328de2da566f2eaf5e35e108881bd1db8 [file] [log] [blame]
char bar[10];
void
set_bar (int i, int v)
{
bar[i] = v;
}