aboutsummaryrefslogtreecommitdiffstats
path: root/examples/app-and-lib/lib/lib.h
blob: e6279fd33c98c769896d4ddb7648a99405026481 (plain)
1
2
3
4
5
6
#ifndef LIB_H
#define LIB_H

int bla();

#endif // LIB_H