42sh 1.0.0
Create a shell in C
|
The file containing the my_revstr function. More...
#include "my.h"
Functions | |
char * | my_revstr (char *str) |
Reverses the characters in a string (str) and returns the string (str) | |
The file containing the my_revstr function.
char * my_revstr | ( | char * | str | ) |
Reverses the characters in a string (str) and returns the string (str)
str | The string to reverse |