42sh 1.0.0
Create a shell in C
|
The file containing the my_memchr function. More...
#include "mymemory.h"
Functions | |
void * | my_memchr (const void *memory_block, int searched_char, size_t size) |
Copies bytes (size) from memory area (source) to memory area (destination) | |
The file containing the my_memchr function.
void * my_memchr | ( | const void * | memory_block, |
int | searched_char, | ||
size_t | size ) |
Copies bytes (size) from memory area (source) to memory area (destination)
destination | The destination memory area |
source | The source memory area |
size | The number of bytes to copy |