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

util_get_string_from_aux_file

The util_get_string_from_aux_file function is used to get a single line from a specified file and return it in the form of a word. This function enables you to store single words in a file.

Syntax

#include <libproxy/cutil.h>
char *util_get_string_from_file(char *root, char *name, char *buf, int maxsize);

Returns

A string containing the next line from the file.

Parameters

char *root is the name of the directory containing the file to be read.

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

char *buf is the string to use as the file buffer.

int maxsize is the maximum size for the file buffer.

See Also

util_get_int_from_aux_file, util_get_long_from_aux_file, util_get_int_from_file, util_get_long_from_file, util_get_string_from_file, util_put_int_to_file, util_put_long_to_file, util_put_string_to_aux_file, util_put_string_to_file