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

Function __operatorNEqual

NULLC/translation/runtime.cpp:366–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364 return a == b;
365}
366int __operatorNEqual(unsigned int a, unsigned int b, void* unused)
367{
368 return a != b;
369}
370
371void assert(int val, void* unused)
372{

Calls 1

__operatorEqualFunction · 0.85

Tested by

no test coverage detected