write.h
unknown
plain_text
a year ago
262 B
7
Indexable
1 #include "header.h" 2 #include <stdlib.h> 3 #include <string.h> 4 #include <unistd.h> 5 6 #ifndef WH 7 #define WH 8 9 void verify_header(header*); 10 void write_header(int, header*); 11 void write_field(int, char*, unsigned); 12 13 #endif
Editor is loading...
Leave a Comment