|
Libft
42 Libft library documentation
|
#include "../includes/libft.h"
Include dependency graph for ft_bzero.c:Go to the source code of this file.
Functions | |
| void | ft_bzero (void *void_ptr, size_t n) |
| Sets a memory area to zero bytes. | |
| void ft_bzero | ( | void * | void_ptr, |
| size_t | n | ||
| ) |
Sets a memory area to zero bytes.
| void_ptr | Pointer to the memory block. |
| n | Number of bytes to zero. |
Definition at line 21 of file ft_bzero.c.
References ft_memset().
Here is the call graph for this function: