Searched defs:bnot (Results 1 – 2 of 2) sorted by relevance
3 static _Bool bnot(int a) { return !a; } in bnot() function
3 int bnot(int a) { return !a; } in bnot() function