GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
strptrcmp(3) FreeBSD Library Functions Manual strptrcmp(3)

#include <xtend/string.h>
-lxtend

int     strptrcmp(const char **p1, const char **p2)

p1, p2: Pointers to pointers to the strings to compare

Compare two strings via indirect pointers. This can be used by qsort(), heapsort(), etc. to sort an argv-style pointer array, swapping only the pointers rather than the string contents.

0 if the strings are the same, a value < 0 if the string at p1 is lexically < that at p2, a value > 0 otherwise.

strcmp(3)


Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.