mbsinit

Determines the status of the conversion object.

Library:LibC
Classification:ANSI
Service:Characters and Strings

Syntax

  #include <wchar.h> 
   
  int  mbsinit (
     const mbstate_t   *ps);
  

Parameters

ps

(IN) Points the conversion state.

Return Values

If the ps parameter points to an initial conversion state or is a NULL pointer, returns nonzero. Otherwise, returns 0.

Remarks

The mbsinit function determines whether the object pointed to by ps describes an initial conversion state.

On NetWare®, this function currently accomplishes nothing.

See Also