| A-maze-D documentation 1.0.0
    | 
The file containing the my_strncat function. More...
#include "my.h"| Functions | |
| char * | my_strncat (char *dest, char const *src, int n) | 
| Concatenates two strings (dest) and (src) with a defined size (nb) | |
The file containing the my_strncat function.
| char * my_strncat | ( | char * | dest, | 
| char const * | src, | ||
| int | nb ) | 
Concatenates two strings (dest) and (src) with a defined size (nb)
| dest | The destination string | 
| src | The source string | 
| nb | The size of the string |