summaryrefslogtreecommitdiff
path: root/examples/hello_libdeps/libs/libbar/bar.h
blob: e1d9f28521fd5ff0c6188e6886a62c8522550137 (plain)
1
2
3
4
5
6
#ifndef _BAR_H_
#define _BAR_H_

void bar (void);

#endif // _BAR_H_