SNMP Manager Programmer's Guide

Notation Conventions
SNMP Manager Programmer’s Guide–134249
xvi
General Syntax Notation
<--n. In a source code example, an arrow accompanied by a number identifies code that is
discussed in text, immediately preceding the example, that is accompanied by the same
number. For example, the following identifier, 2, indicates that an explanation for the
code it accompanies appears earlier, as shown:
#define MAXNAMEBUF 80
<--2
#define MAXHOSTNAME 8
2. These defines are used by check_host_name() when validating host names.