Sun Java System Web Proxy Server 4.0.11 NSAPI Developer's Guide

util_put_string_to_aux_file

The util_put_string_to_aux_file function writes a single line containing a string to a file specified by directory name and file name.

Syntax

#include <libproxy/cutil.h>
int util_put_string_to_aux_file(char *root, char *name, char *str);

Returns

Parameters

char *root is the name of the directory where the file is to be written.

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

char *str is the string to write.

See Also

util_get_int_from_file, util_get_long_from_file, util_put_int_to_file, util_put_long_to_file, util_put_string_to_file