X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/b6b9d458c78364bdbbd7fbd7ec543bc364014b45..471f9daa24ee9251730e234fe92ad65c1fa9dff3:/man/bits.3 diff --git a/man/bits.3 b/man/bits.3 index 77eeede..b8ba8ad 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" "Straylight/Edgeware" "mLib utilities library" .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,