X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/b6b9d458c78364bdbbd7fbd7ec543bc364014b45..94f169d809d2e873c63539b6183b390d222cc3f3:/man/bits.3 diff --git a/man/bits.3 b/man/bits.3 index 77eeede..6892b15 100644 --- a/man/bits.3 +++ b/man/bits.3 @@ -1,7 +1,45 @@ .\" -*-nroff-*- -.TH bits 3mLib "20 June 1999" mLib +.TH bits 3 "20 June 1999" mLib .SH NAME bits \- portable bit manipulation macros +.\" @U8 +.\" @U16 +.\" @U32 +.\" +.\" @LSL8 +.\" @LSR8 +.\" @LSL16 +.\" @LSR16 +.\" @LSL32 +.\" @LSR32 +.\" +.\" @ROL8 +.\" @ROR8 +.\" @ROL16 +.\" @ROR16 +.\" @ROL32 +.\" @ROR32 +.\" +.\" @GETBYTE +.\" @PUTBYTE +.\" +.\" @LOAD8 +.\" @STORE8 +.\" +.\" @LOAD16_L +.\" @LOAD16_B +.\" @LOAD16 +.\" @STORE16_L +.\" @STORE16_B +.\" @STORE16 +.\" +.\" @LOAD32_L +.\" @LOAD32_B +.\" @LOAD32 +.\" @STORE32_L +.\" @STORE32_B +.\" @STORE32 +.\" .SH SYNOPSIS .nf .B "#include " @@ -167,6 +205,8 @@ value arguments don't have to be of the right type. The macros perform all appropriate type casting and masking. Again, these macros are written with portability foremost in mind, although it seems they don't actually perform at all badly in real use. +.SH "SEE ALSO" +.BR mLib (3). .SH AUTHOR Mark Wooding,