MCPcopy Create free account
hub / github.com/antirez/botlib / lconv

Class lconv

cJSON.c:280–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278{
279#ifdef ENABLE_LOCALES
280 struct lconv *lconv = localeconv();
281 return (unsigned char) lconv->decimal_point[0];
282#else
283 return '.';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected