Initial import of new NDK into donut tree
This commit is contained in:
6
ndk/sources/samples/two-libs/first.c
Normal file
6
ndk/sources/samples/two-libs/first.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "first.h"
|
||||
|
||||
int first(int x, int y)
|
||||
{
|
||||
return x + y;
|
||||
}
|
||||
Reference in New Issue
Block a user