chiark / gitweb /
Add adns support in background resolver.
[mLib] / man / macros.3
diff --git a/man/macros.3 b/man/macros.3
new file mode 100644 (file)
index 0000000..93a58cb
--- /dev/null
@@ -0,0 +1,20 @@
+.\" -*-nroff-*-
+.TH macros 3 "13 December 2003" "Straylight/Edgeware" "mLib utilities library"
+.SH NAME
+macros \- useful macros
+.\" @N
+.SH SYNOPSIS
+.nf
+.B "#include <mLib/macros.h>"
+
+.BI "size_t N(" array ");"
+.fi
+.SH DESCRIPTION
+The
+.B N
+macro returns the number of elements in the named
+.IR array .
+.SH "SEE ALSO"
+.BR mLib (3).
+.SH "AUTHOR"
+Mark Wooding, <mdw@nsict.org>