.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "LLC_CIRCULAR_BETWEEN" "" "06 October 2005" "" ""
.SH NAME
llc_circular_between \- designates that b is between a and c or not
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
u8 llc_circular_between (u8 \fIa\fB, u8 \fIb\fB, u8 \fIc\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIa\fB\fR
lower bound
.TP
\fB\fIb\fB\fR
element to see if is between a and b
.TP
\fB\fIc\fB\fR
upper bound
.SH "DESCRIPTION"
.PP
This function designates that b is between a and c or not (for example,
0 is between 127 and 1). Returns 1 if b is between a and c, 0
otherwise.