Files
android_development/ndk/sources/samples/two-libs/first.h

7 lines
89 B
C

#ifndef FIRST_H
#define FIRST_H
extern int first(int x, int y);
#endif /* FIRST_H */