LLC_CIRCULAR_BETWEEN
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
llc_circular_between - designates that b is between a and c or not
SYNOPSIS
"SYNOPSIS"
u8 llc_circular_between (u8 a, u8 b, u8 c);
ARGUMENTS
- a
-
lower bound
- b
-
element to see if is between a and b
- c
-
upper bound
DESCRIPTION
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.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:24 GMT, October 09, 2005