extract.h
Anonymous
plain_text
02/27/2024 4:49 AM
332 B
19
Indexable
#include <sys/types.h> #include <sys/stat.h> #include <unistd.h> #include <fcntl.h> #include "read.h" #ifndef EH #define EH #define DIR_VAL -1 #define SYM_VAL -1 int extract_header(header*); void extract_contents(int, char[], unsigned); #endif
Editor is loading...
Leave a Comment