bitarray.c File Reference
Bitarray module. More...
Go to the source code of this file.
Functions | |
| int | bitarray_firstSetBit (BitArray *bitx) |
| Return the position of the first bit non zero in bitarray. | |
Detailed Description
Bitarray module.
Definition in file bitarray.c.
Function Documentation
| int bitarray_firstSetBit | ( | BitArray * | bitx | ) |
Return the position of the first bit non zero in bitarray.
- Parameters:
-
bitx BitArray context
- Returns:
- Position in bitarray when firt bit non zero occur, -1 otherwise
Definition at line 55 of file bitarray.c.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/bertos_logo.png)