Skip to content

Latest commit

 

History

History

0x15-file_io

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

C - File I/O

A project on C programming that made me to have the knowledge of system calls and how they are used. It had 4 mandatory tasks (0-3) and 1 advanced task

Task 0 - A function that reads a text file and prints it to the POSIX standard output.

Task 1 - A function that creates a file.

Task 2 - A function that appends text at the end of a file.

Task 3 - program that copies the content of a file to another file.