Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP-UX Reference > L

libcres(5)

HP-UX 11i Version 3: February 2007
» 

Technical documentation

» Feedback
Content starts here

 » Table of Contents

 » Index

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 documented in ld (see ld(1)).

Some of the interfaces in libcres are listed below:

  • abs(), div(), ffs(), labs(), ldiv(), llabs(), lldiv(), memchr(), memcmp(), memmove(), 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.

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 1983-2007 Hewlett-Packard Development Company, L.P.