42sh 1.0.0
Create a shell in C
Loading...
Searching...
No Matches
my_showmem.c File Reference

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.
 

Detailed Description

The file containing the my_showmem function.

Author
Nicolas TORO

Function Documentation

◆ my_showmem()

void my_showmem ( char const * str,
int size )

Prints a memory dump of a string (str) with a defined size.

Parameters
strThe string to print
sizeThe size of the string
Returns
void
Author
Nicolas TORO