tgrekov-libft
HIVE libft Oct 2023
|
Definition in file ft_bzero.c.
#include "libft.h"
Go to the source code of this file.
Functions | |
void | ft_bzero (void *s, size_t n) |
Write n zeroes to byte string at pointer s . | |
void ft_bzero | ( | void * | s, |
size_t | n | ||
) |
Write n
zeroes to byte string at pointer s
.
[in] | s | Pointer to start of byte string |
[in] | n | Number of zeroes to write |
Definition at line 28 of file ft_bzero.c.