MAN page from RedHat Other XITE-3.3-3.i386.rpm
REALLOC_STRING
Section: C Library Functions (3)
Updated: 16 Mar 1998
Index
NAME
realloc_string - Reallocate string to ensure enoughmemory is available for an extension.
SYNTAX
#include <
xite/utils.h>
char *realloc_string( char* path,
int max_path_len, int extra_len,
int step_len );
DESCRIPTION
If the length of
pathincreased by
extra_lenexceeds
max_path_len,then reallocate
pathsuch thatthe new string is extended by
step_len(or by
extra_lenif greater than
step_len).If reallocated, the old memory space is not freed.
AUTHOR
Svein Bøe
ID
$Id: envfindfile.c,v 1.34 1996/12/12 19:40:08 svein Exp $
Index
- NAME
- SYNTAX
- DESCRIPTION
- AUTHOR
- ID
This document was created byman2html,using the manual pages.