Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
a5c16983a65e2169174a0e77a54c0ce650f87b48
/
.
/
libc
/
upstream-openbsd
/
lib
/
libc
/
include
/
langinfo.h
blob: a871ab8bf94827f62e2f546b5e27ebccb7b912e3 [
file
] [
log
] [
blame
]
/* Hack to build "vfprintf.c". */
#define
RADIXCHAR
1
#define
nl_langinfo
(
i
)
((
i
==
RADIXCHAR
)
?
(
char
*)
"."
:
NULL
)