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

The file containing the my_sort_params function. More...

#include "my.h"

Functions

void my_sort_params (int argc, char **argv)
 Sorts the parameters (argc and argv) in ascending order.
 

Detailed Description

The file containing the my_sort_params function.

Author
Nicolas TORO

Function Documentation

◆ my_sort_params()

void my_sort_params ( int argc,
char ** argv )

Sorts the parameters (argc and argv) in ascending order.

Parameters
argcThe number of parameters
argvThe array of parameters
Returns
void
Author
Nicolas TORO