This function allocates memory for a string according to the number of strings and the string size. The function allocates one extra char for the end-of-string caracter.
Number of char = Number of strings * String size.
Documentation Home Page ◇ RT-LAB Home Page
Pour la documentation en FRANÇAIS, utilisez l'outil de traduction de votre navigateur Chrome, Edge ou Safari. Voir un exemple.
This function allocates memory for a string according to the number of strings and the string size. The function allocates one extra char for the end-of-string caracter.
Number of char = Number of strings * String size.