42sh 1.0.0
Create a shell in C
|
The file containing the my_swap function. More...
#include "my.h"
Functions | |
void | my_swap (int *a, int *b) |
Swaps two integers (a) and (b) | |
The file containing the my_swap function.
void my_swap | ( | int * | a, |
int * | b ) |
Swaps two integers (a) and (b)
a | The first integer |
b | The second integer |