Logo  

CS471/571 - Operating Systems

Displaying ./code/Libraries/bar.c

int bar(int a, int b)
{
  int c = a + b;

  return c;
}