Skip to content

Latest commit

 

History

History

0x15-file_io

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

0x15-file_io

Description

This project is about manipulating files.

Files

Mandatory Tasks

File Description
0-read_textfile.c Function that reads a text file and prints it to the POSIX standard output.
1-create_file.c Function that creates a file.
2-append_text_to_file.c Function that appends text at the end of a file.
3-cp.c Program that copies the content of a file to another file.