42sh 1.0.0
Create a shell in C
|
The file containing the my_showmem function. More...
#include "my.h"
Functions | |
void | my_showmem (char const *str, int size) |
Prints a memory dump of a string (str) with a defined size. | |
The file containing the my_showmem function.
void my_showmem | ( | char const * | str, |
int | size ) |
Prints a memory dump of a string (str) with a defined size.
str | The string to print |
size | The size of the string |