aboutsummaryrefslogtreecommitdiff
path: root/inc/bar.h
blob: 736b10f560aaefdc1996ab86312ed71e95769e03 (plain) (blame)
1
2
3
4
5
6
#ifndef BAR_H
#define BAR_H

void bar(int x);

#endif /* BAR_H */