MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / init_locale

Function init_locale

src/ifcparse/IfcParse.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58static _locale_t locale = (_locale_t)0;
59void init_locale() {
60 if (locale == (_locale_t)0) {
61 locale = _create_locale(LC_NUMERIC, "C");
62 }
63}
64
65#else
66

Callers 2

InstanceStreamerMethod · 0.85
read_from_streamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected