Home | History | Annotate | Download | only in bar
      1 #include "bar.h"
      2 
      3 int bar(int x)
      4 {
      5     return x+32;
      6 }
      7