42sh 1.0.0
Create a shell in C
|
The file containing the my_concat_params function. More...
#include "my.h"
Functions | |
char * | my_concat_params (int argc, char **argv) |
Returns a string with all the arguments (argc and argv) concatenated. | |
The file containing the my_concat_params function.
char * my_concat_params | ( | int | argc, |
char ** | argv ) |
Returns a string with all the arguments (argc and argv) concatenated.
argc | The number of parameters |
argv | The array of parameters |