NWLstrrev

Reverses the order of the characters in a string

NetWare Server:4.x, 5.x, 6.x
Platform:NLM, Windows NT, Windows 95, Windows 98
Library:Cross-Platform Localization (LOC*.*)
Service:Internationalization

Syntax

  #include <time.h> or #define NWL_EXCLUDE_TIME 
  #include <stdio.h> or #define NWL_EXCLUDE_FILE 
  #include <nwlocale.h> 
   
  psntr N_API NWLstrrev  ( 
     pnstr   string1,  
     pnstr   string2); 
  
  

Pascal Syntax

  uses netwin32 
   
  Function NWLstrrev 
    (string1 : pnstr; 
     string2 : pnstr 
  ) : pnstr; 
  
  

Parameters

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

Return Values

Pointer to the reversed string.

Remarks

Double-byte characters are treated as single units.

See Also

NWLsetlocale