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

Function setup_locale

common/utils.c:153–157  ·  view source on GitHub ↗

Use the POSIX C locale. */

Source from the content-addressed store, hash-verified

151
152/* Use the POSIX C locale. */
153void setup_locale(void)
154{
155 setlocale(LC_ALL, "C");
156 putenv("LC_ALL=C"); /* For exec{l,lp,v,vp}(...) */
157}
158
159/* Initial creation of tmpctx. */
160void 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