MCPcopy Create free account
hub / github.com/ElementsProject/lightning / setup_locale

Function setup_locale

common/utils.c:114–118  ·  view source on GitHub ↗

Use the POSIX C locale. */

Source from the content-addressed store, hash-verified

112
113/* Use the POSIX C locale. */
114void setup_locale(void)
115{
116 setlocale(LC_ALL, "C");
117 putenv("LC_ALL=C"); /* For exec{l,lp,v,vp}(...) */
118}
119
120/* Initial creation of tmpctx. */
121void setup_tmpctx(void)

Callers 15

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 2

mainFunction · 0.68
mainFunction · 0.68