MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / safeatoi

Function safeatoi

cpp/src/platform/HttpClient.cpp:1327–1333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1325}
1326
1327static int safeatoi
1328(
1329const char *s
1330)
1331{
1332 return s ? atoi(s) : 0;
1333}
1334
1335bool HttpSocket::_HandleStatus
1336(

Callers 1

_HandleStatusMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected