Embedded Artistry libc
C Standard Library Support for Bare-metal Systems
|
#include <strings.h>
Go to the source code of this file.
Functions | |
int | fls (int mask) |
Finds the last (most significant) bit set in the given mask. More... | |
int fls | ( | int | mask | ) |
Finds the last (most significant) bit set in the given mask.
Finds the last (most significant) bit set in the given (int) mask and return the index of that bit.
Bits are numbered starting at 1, the least significant bit.
mask | The bit mask |