MCPcopy Create free account
hub / github.com/cpputest/cpputest / PlatformSpecificAtoI

Function PlatformSpecificAtoI

src/Platforms/Keil/UtestPlatform.cpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 const char* (*GetPlatformSpecificTimeString)() = TimeStringImplementation;
129
130 int PlatformSpecificAtoI(const char* str)
131 {
132 return atoi(str);
133 }
134
135 /* The ARMCC compiler will compile this function with C++ linkage, unless
136 * we specifically tell it to use C linkage again, in the function definiton.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected