tgrekov-libft
HIVE libft Oct 2023
Loading...
Searching...
No Matches
ft_bzero.c File Reference

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_bzero.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: tgrekov <tgrekov@student.hive.fi> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/10/23 15:09:47 by tgrekov #+# #+# */
/* Updated: 2023/11/04 22:24:47 by tgrekov ### ########.fr */
/* */
/* ************************************************************************** */

Definition in file ft_bzero.c.

#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)
 Write n zeroes to byte string at pointer s.
 

Function Documentation

◆ ft_bzero()

void ft_bzero ( void *  s,
size_t  n 
)

Write n zeroes to byte string at pointer s.

Parameters
[in]sPointer to start of byte string
[in]nNumber of zeroes to write

Definition at line 28 of file ft_bzero.c.

Here is the caller graph for this function: