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

Class cpputest_ulonglong

include/CppUTest/CppUTestConfig.h:286–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284};
285
286struct cpputest_ulonglong
287{
288#if defined(__cplusplus)
289 cpputest_ulonglong() {}
290 cpputest_ulonglong(int) {}
291#endif
292 char dummy[CPPUTEST_SIZE_OF_FAKE_LONG_LONG_TYPE];
293};
294
295#if !defined(__cplusplus)
296typedef struct cpputest_longlong cpputest_longlong;

Calls

no outgoing calls

Tested by

no test coverage detected