unisize(3nw)


unisize -- determines size in bytes of current string

Synopsis

   #include <unicode.h> 
   

size_t N_API unisize (unicode N_FAR * s);

Description

The parameters are as follows:

s
(IN) Points to the string for which to get the size.

Return values

Number of bytes in s including null.

Services

Unicode

NCP calls

None

References

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