Bonjour à tous,
Voudriez-vous me dire comment appeler strlcat?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5 char * x = "Hello, w."; char x1 [16]= "Hello, world."; strlcat (x1, x+2, 2); printf("%s\n", x1);
JPD
Bonjour à tous,
Voudriez-vous me dire comment appeler strlcat?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5 char * x = "Hello, w."; char x1 [16]= "Hello, world."; strlcat (x1, x+2, 2); printf("%s\n", x1);
JPD
Partager