chiark / gitweb /
Manpages: Move manpages (back?) into the top-level directory.
[mLib] / macros.3
CommitLineData
14d7100d 1.\" -*-nroff-*-
2.TH macros 3 "13 December 2003" "Straylight/Edgeware" "mLib utilities library"
3.SH NAME
4macros \- useful macros
5.\" @N
6.SH SYNOPSIS
7.nf
8.B "#include <mLib/macros.h>"
9
10.BI "size_t N(" array ");"
11.fi
12.SH DESCRIPTION
13The
14.B N
15macro returns the number of elements in the named
16.IR array .
17.SH "SEE ALSO"
18.BR mLib (3).
19.SH "AUTHOR"
9b5ac6ff 20Mark Wooding, <mdw@distorted.org.uk>