auto import from //depot/cupcake/@135843
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
/* 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