strcat
- Синтаксис
-
native strcat(dest[], const source[], maxlength);
Переменная | Описание |
---|---|
dest |
String to append to. |
source |
Source string to concatenate. |
maxlength |
Maximum length of entire buffer. |
- Описание
- Concatenates one string onto another.
- Возвращает
- Number of bytes written.