1ustrzncat(3)                    Allegro manual                    ustrzncat(3)
2
3
4

NAME

6       ustrzncat  -  Concatenates  a  string  to another one, specifying size.
7       Allegro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       char *ustrzncat(char *dest, int size, const char *src, int n);
14

DESCRIPTION

16       This function is like ustrzcat() except that no more than  `n'  characā€
17       ters  from  `src' are appended to the end of `dest'. If the terminating
18       null character in `src' is reached  before  `n'  characters  have  been
19       written,  the  null  character  is  copied, but no other characters are
20       written. Note that `dest' is guaranteed to be null-terminated.
21

RETURN VALUE

23       The return value is the value of `dest'.
24
25

SEE ALSO

27       uconvert(3), ustrzcat(3), ustrncat(3)
28
29
30
31Allegro                          version 4.2.2                    ustrzncat(3)
Impressum