Sign in
android
/
platform
/
external
/
nanoprintf
/
HEAD
/
.
/
tests
/
static_nanoprintf.c
blob: 96ddaae9d4574dd038500b9265d2c34be6b11fbe [
file
] [
log
] [
blame
]
#define
NANOPRINTF_VISIBILITY_STATIC
#define
NANOPRINTF_IMPLEMENTATION
#include
"../nanoprintf.h"
int
do_private_nanoprintf_stuff
()
{
return
npf_snprintf
(
NULL
,
0
,
"%s"
,
"hello world"
);
}