![]()  | 
								
									 
										tgrekov-push_swap
									 
									
										HIVE push_swap July 2024
									 
								 | 
							
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.