Special Case Functions

Special cases, for compatibility with existing apps ONLY, not to be used**
__builtin_ffs
"find first set bit". It counts the number of bits in an int until it finds one that is set.

abort()

error()

Last updated