unilen(3nw)


unilen -- calculates length of string

Synopsis

   #include <unicode.h> 
   

size_t N_API unilen (unicode N_FAR * s);

Description

The parameters are as follows:

s
(IN) Points to the string of which to determine the length.

Return values

Number of characters (not bytes) in s, not counting the null-terminating character.

Notices

unilen corresponds to C strlen.

Services

Unicode

NCP calls

None

References

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