chiark / gitweb /
Makefile: Use check_PROGRAMS target.
[mLib] / man / macros.3
1 .\" -*-nroff-*-
2 .TH macros 3 "13 December 2003" "Straylight/Edgeware" "mLib utilities library"
3 .SH NAME
4 macros \- 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
13 The
14 .B N
15 macro returns the number of elements in the named
16 .IR array .
17 .SH "SEE ALSO"
18 .BR mLib (3).
19 .SH "AUTHOR"
20 Mark Wooding, <mdw@distorted.org.uk>