extract.h
unknown
plain_text
a year ago
248 B
6
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