NWLstrchr(3nw)


NWLstrchr -- finds character in string

Synopsis

   #include <time.h> or #define NWL_EXCLUDE_TIME 
   #include <stdio.h> or #define NWL_EXCLUDE_FILE 
   #include <nwlocale.h> 
   

char NWFAR *NWAPI NWLstrchr (char NWFAR *string, int find);

Description

The parameters are as follows:

string
(IN) Points to the string to search.

find
(IN) Specifies the character for which to search (single- or double-byte).

Return values

NULL
Character not found

Non-NULL
Pointer to the character found

Notices

NWLstrchr is case-sensitive.

Services

Internationalization

NCP calls

None

References

NWLsetlocale(3nw), NWLstrrchr(3nw), NWLstrstr(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.