File Kezelés

#Filekezelés

HeaderMit csinál
#include <stdlib.h>rand, malloc, atoi, exit
#include <stdio.h>feof, fopen, scanf, puts
#include <string.h>strlen, strrchr, strtok
#include <stdbool.h>bool típus

File control

#FileControl#Fork

HeaderMit csinál
#include <unistd.h>fork, rmdir util függvények
#include <sys/wait.h>waitpid no windows
#include <fcntl.h>File CoNTroL open, fcntl
#include <sys/types.h>konstansok
#include <sys/stat.h>File info

Pipe

#TODO