You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bfsize \- obtain the number of bits of a bit array.
.SH SYNOPSIS
.nf
.B"#include<bitfield.h>
.sp
.BI"unsigned int bfsize(const struct bitfield *"instance");
.fi
.SH DESCRIPTION
A bit array is represented by a "struct bitfield". It has two elements: an array of unsigned long integers \fIfield\fR and an unsigned integer \fIsize\fR.
.sp
The \fBbfsize()\fR function takes pointers to a bitfield \fIinstance\fR and returns its \fIsize\fR (the number of bits).
.sp
.SH "SEE ALSO"
For the full list of bitfield functions and their descriptions, see manual page for