42sh 1.0.0
Create a shell in C
Loading...
Searching...
No Matches
my_concat_params.c File Reference

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.
 

Detailed Description

The file containing the my_concat_params function.

Author
Nicolas TORO

Function Documentation

◆ my_concat_params()

char * my_concat_params ( int argc,
char ** argv )

Returns a string with all the arguments (argc and argv) concatenated.

Parameters
argcThe number of parameters
argvThe array of parameters
Returns
char* The concatenated string of the parameters
Author
Nicolas TORO