Files
android_development/ndk/tests/prebuilt-library/jni/foo/foo.h
David 'Digit' Turner f68d6af83f ndk: Add a test to check that prebuilt libraries work as expected.
Change-Id: I7c0683ac1ee50bb62cc0f7ac22e839f749ec1cdf
2010-07-09 09:56:31 -07:00

7 lines
84 B
C

#ifndef FOO_FOO_H
#define FOO_FOO_H
extern int foo(void);
#endif /* FOO_FOO_H */