HP-UX Reference (11i v3 07/02) - 5 Miscellaneous Topics (vol 9)
l
libcres(5) libcres(5)
NAME
libcres - subset of functions from libc
DESCRIPTION
The libcres library may improve the performance of applications that are linked to the shared-library
version of libc. Applications that frequently call the functions contained in this library may execute more
efficiently than would be possible if these functions were in the shared version of
libc. This improvement
is highly dependent on the application’s use of the included functions.
The
libcres library can be linked with an application with the use of the linker option
-lcres as docu-
mented in
ld (see ld(1)).
Some of the interfaces in libcres are listed below:
abs(), div(), ffs(), labs(),
ldiv(), llabs(), lldiv(), memchr(), memcmp(), mem-
move()
, memset(), strcat(), strchr(),
strcmp(), strcpy(), strcspn() ,
strlen(), strncat() , strncmp() , strncpy()
, strrchr() , strstr(), swab()
The contents of this library are subject to change in future releases.
WARNINGS
If the developer links an application with -lcres, the functions contained in this library cannot be
replaced with user-defined functions of the same name. The developer must not use these names in the
application or unexpected results may occur.
SEE ALSO
ld(1), abs(3C), div(3C), memory(3C), string(3C), swab(3C).
HP-UX Linker and Libraries User’s Guide on http://docs.hp.com
.
HP-UX 11i Version 3: February 2007 − 1 − Hewlett-Packard Company 235