Code drop from //branches/cupcake/...@124589
This commit is contained in:
9
pdk/ndk/samples/sample/use_hellolibrary.c
Normal file
9
pdk/ndk/samples/sample/use_hellolibrary.c
Normal file
@@ -0,0 +1,9 @@
|
||||
/* use_hellolibrary.c -- used to show how to link to the hellolibrary */
|
||||
|
||||
int hellolibrary(char *msg);
|
||||
|
||||
int main()
|
||||
{
|
||||
hellolibrary("Hello from the NDK.\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user