strcmp man page on DigitalUNIX

Man page or keyword search:  
man Server   12896 pages
apropos Keyword Search (all sections)
Output format
DigitalUNIX logo
[printable version]

strcmp(9r)							    strcmp(9r)

NAME
       strcmp - General: Compares two null-terminated character strings

SYNOPSIS
       int strcmp(
	       char *s1,
	       char *s2 );

ARGUMENTS
       Specifies a pointer to a string (an array of characters terminated by a
       null character).	 Specifies a pointer to a string (an array of  characā€
       ters terminated by a null character).

DESCRIPTION
       The  strcmp  routine lexicographically compares string s1 to string s2.
       The routine does not continue the  comparison  beyond  the  first  null
       character  it  finds.  A	 fatal	error  occurs  if you call strcmp with
       strings that are not null terminated.

RETURN VALUES
       If string s1 is less than string s2, strcmp  returns  an	 integer  less
       than  zero.   If	 s1  and s2 are equal, the routine returns the value 0
       (zero). If s1 is greater than s2, it returns an	integer	 greater  than
       zero.

SEE ALSO
       Routines: bcmp(9r)

								    strcmp(9r)
[top]

List of man pages available for DigitalUNIX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net