bitstring.3 (7f3dea244c40159a41ab22da77a434d7c5b5e85a) bitstring.3 (251c176f415c9dc57b7c8c063aec4208bfc2efa6)
1.\" Copyright (c) 1989, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Paul Vixie.
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 141 unchanged lines hidden (view full) ---

150bits referenced by
151.Fa name .
152If all bits are set, the location referenced by
153.Fa value
154is set to \-1.
155.Pp
156The arguments to these macros are evaluated only once and may safely
157have side effects.
1.\" Copyright (c) 1989, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Paul Vixie.
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 141 unchanged lines hidden (view full) ---

150bits referenced by
151.Fa name .
152If all bits are set, the location referenced by
153.Fa value
154is set to \-1.
155.Pp
156The arguments to these macros are evaluated only once and may safely
157have side effects.
158.Sh EXAMPLE
158.Sh EXAMPLES
159.Bd -literal -offset indent
160#include <limits.h>
161#include <bitstring.h>
162
163...
164#define LPR_BUSY_BIT 0
165#define LPR_FORMAT_BIT 1
166#define LPR_DOWNLOAD_BIT 2

--- 24 unchanged lines hidden ---
159.Bd -literal -offset indent
160#include <limits.h>
161#include <bitstring.h>
162
163...
164#define LPR_BUSY_BIT 0
165#define LPR_FORMAT_BIT 1
166#define LPR_DOWNLOAD_BIT 2

--- 24 unchanged lines hidden ---