NWLstrstr(3nw)


NWLstrstr -- searches a specified string for a given character string

Synopsis

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

char NWFAR *NWAPI NWLstrstr (char NWFAR *string, char NWFAR *searchString);

Description

The parameters are as follows:

string
(IN) Points to the string to be searched.

searchString
(IN) Points to the character string for which to search.

Return values

NULL
string1 or string2 is NULL.

Non-NULL
Pointer to string1 begining with the characters specified in string.

Notices

Double-byte characters are handled properly.

Services

Internationalization

NCP calls

None

References

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