Ns_IntPrint(3) 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.

KEYWORDS