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
.BI"void bfresize(struct bitfield *"instance", const unsigned int "new_size");
.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 \fBbfresize()\fR function takes a pointer to bitfield \fIinstance\fR and an integer number \fInew_size\fR, and changes the size of \fIinstance\fR to \fInew_size\fR. If the new size is larger, then the difference is filled with zeroes.
.sp
.SH "SEE ALSO"
For the full list of bitfield functions and their descriptions, see manual page for