Corewar documentation 1.0.0
|
The file containing the my_rev_params function. More...
#include "my.h"
Functions | |
void | my_rev_params (int argc, char **argv) |
Prints all the arguments (argc and argv) in reverse order. | |
The file containing the my_rev_params function.
void my_rev_params | ( | int | argc, |
char ** | argv ) |
Prints all the arguments (argc and argv) in reverse order.
par | The information of the parameters |