Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
366
int __operatorNEqual(unsigned int a, unsigned int b, void* unused)
367
{
368
return a != b;
369
}
370
371
void assert(int val, void* unused)
372
{
Callers
4
list_node__value__auto_ref_ref_auto_ref_
Function · 0.85
list__push_back_void_ref_auto_ref_
Function · 0.85
list__push_front_void_ref_auto_ref_
Function · 0.85
list__insert_void_ref_list_node_ref_auto_ref_
Function · 0.85
Calls
1
__operatorEqual
Function · 0.85
Tested by
no test coverage detected