STRCAT |
Concaténation de chaîne |
|---|---|
| GNU C | string.h |
Syntaxe
| char * strcat(char *restrict to, const char *restrict from); |
Description
Cette fonction permet la concaténation de chaînes de caractères.
Dernière mise à jour : Mardi, le 19 Mai 2020
STRCAT |
Concaténation de chaîne |
|---|---|
| GNU C | string.h |
| char * strcat(char *restrict to, const char *restrict from); |
Cette fonction permet la concaténation de chaînes de caractères.