unicat(3nw)


unicat -- appends copy of string to end of another string

Synopsis

   #include <unicode.h> 
   

unicode N_FAR *N_API unicat (unicode N_FAR * s1, unicode N_FAR * s2);

Description

The parameters are as follows:

s1
(OUT) Points to the original string.

s2
(IN) Points to the string to be appended.

Return values

Pointer to concatenated s1.

Notices

unicat corresponds to strcat in C.

The length of the resulting string is:

   unilen (s1) + unilen (s2) 

Services

Unicode

NCP calls

None

References

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