OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hellolibrary
(Results
1 - 2
of
2
) sorted by null
/development/pdk/pndk/samples/sample/
use_hellolibrary.c
1
/* use_hellolibrary.c -- used to show how to link to the
hellolibrary
*/
3
int
hellolibrary
(char *msg);
7
hellolibrary
("Hello from the NDK.\n");
hellolibrary.c
0
/*
hellolibrary
.c - demonstrate library use with the NDK.
6
int
hellolibrary
(char *msg)
function
Completed in 83 milliseconds