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

Class cpputest_longlong

include/CppUTest/CppUTestConfig.h:277–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275#endif
276
277struct cpputest_longlong
278{
279#if defined(__cplusplus)
280 cpputest_longlong() {}
281 cpputest_longlong(int) {}
282#endif
283 char dummy[CPPUTEST_SIZE_OF_FAKE_LONG_LONG_TYPE];
284};
285
286struct cpputest_ulonglong
287{

Calls

no outgoing calls

Tested by

no test coverage detected