Skip to content

Latest commit

 

History

History

0x07-pointers_arrays_strings

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Description for each function

  1. 0-memset.c
    • A function that fills memory with a constant byte, where the _memset() function fills the first n bytes of the memory area pointed to by s with the constant byte b and returns pointer to the memory area s.