Corewar documentation 1.0.0
|
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. | |
The file containing the my_sort_params function.
void my_sort_params | ( | int | argc, |
char ** | argv ) |
Sorts the parameters (argc and argv) in ascending order.
argc | The number of parameters |
argv | The array of parameters |