MCPcopy Create free account
hub / github.com/WheretIB/nullc / __operatorEqual

Function __operatorEqual

NULLC/translation/runtime.cpp:362–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362int __operatorEqual(unsigned int a, unsigned int b, void* unused)
363{
364 return a == b;
365}
366int __operatorNEqual(unsigned int a, unsigned int b, void* unused)
367{
368 return a != b;

Callers 2

__operatorNEqualFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected