list.h

 avatar
unknown
plain_text
a year ago
204 B
5
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