libft
Functions
ft_bzero.c File Reference
#include "libft.h"
+ Include dependency graph for ft_bzero.c:

Go to the source code of this file.

Functions

void ft_bzero (void *s, size_t n)
 Replicates behaviour of bzero from libc. More...
 

Function Documentation

◆ ft_bzero()

void ft_bzero ( void *  s,
size_t  n 
)

Replicates behaviour of bzero from libc.

Definition at line 20 of file ft_bzero.c.