Initial import of new NDK into donut tree
This commit is contained in:
6
ndk/sources/samples/two-libs/first.h
Normal file
6
ndk/sources/samples/two-libs/first.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef FIRST_H
|
||||
#define FIRST_H
|
||||
|
||||
extern int first(int x, int y);
|
||||
|
||||
#endif /* FIRST_H */
|
||||
Reference in New Issue
Block a user