man Ns_IntPrint (Fonctions bibliothèques) - Print an integer to stdout

NAME

Ns_IntPrint - Print an integer to stdout

SYNOPSIS

#include "ns.h"

void
Ns_IntPrint(int d)

DESCRIPTION

Ns_IntPrint(d)

This function prints an integer to stdout, which is the server.log file by default.

SEE ALSO

nsd(1), info(n)

KEYWORDS