Sign in
android
/
platform
/
ndk
/
06c762d797782f574e40a956613c4e19c504b6c1
/
.
/
tests
/
build
/
cmake
/
static
/
static.c
blob: 3fa60aaf102f5204c52fed4c58c6413364dcf14f [
file
] [
log
] [
blame
]
#include
"static.h"
const
char
*
static_get_string
()
{
return
"This is a C string from a static library."
;
}