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
STRDIFF(3) C Programmer's Manual STRDIFF(3)

strdiff - locate first difference between two strings

#include <publib.h>
size_t strdiff(const char *str1, const char *str2);

strdiff finds the first character from the beginning that is different in the two strings str1 and str2. The terminating zero characters are considered different.

strdiff returns a the offset of the first pair of differring characters (or the offset of the first zero character it finds).

publib(3), string(3), strcmp(3)

Lars Wirzenius (lars.wirzenius@helsinki.fi)
C Programmer's Manual Publib

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.