list.h
Anonymous
plain_text
02/27/2024 4:54 AM
272 B
17
Indexable
#include <stdlib.h> #include <stdio.h> #include "header.h" #include "options.h" #ifndef LH #define LH void list_file(struct header *file_header); char *rebuild_name(struct header *file_header); #endif
Editor is loading...
Leave a Comment