OSDN Git Service

original
[gb-231r1-is01/Gingerbread_2.3.3_r1_IS01.git] / ndk / tests / build / multi-module-path / path2 / bar / bar.h
1 #ifndef BAR_H
2 #define BAR_H
3
4 extern int bar(void);
5
6 #endif /* BAR_H */