MCPcopy Create free account
hub / github.com/cisco/openh264 / GetBoolSize

Function GetBoolSize

test/api/c_interface_test.c:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40};
41
42size_t GetBoolSize (void) {
43 return sizeof (bool);
44}
45
46size_t GetBoolOffset (void) {
47 return offsetof (struct bool_test_struct, b);

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected