NWLstrrev(3nw)


NWLstrrev -- reverses order of characters 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 NWLstrrev (char NWFAR *string1, char NWFAR *string2);

Description

The parameters are as follows:

string1
(OUT) Points to the reversed string.

string2
(IN) Points to the string to be reversed.

Return values

Pointer to the reversed string.

Notices

Double-byte characters are treated as single units.

Services

Internationalization

NCP calls

None

References

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