Oracle iPlanet Web Proxy Server 4.0.14 NSAPI Developer's Guide

util_put_int_to_file

The util_put_int_to_file function writes a single line containing an integer to a specified file.

Syntax

#include <libproxy/cutil.h>
int util_put_int_to_file(char *filename, int i);

Returns

Parameters

char *file is the name of the file to be written.

int i is the integer to write.

See Also

util_get_int_from_file, util_get_long_from_file, util_put_long_to_file, util_put_string_to_file