Learn more about cloning repositories
You have read-only access
#include <stdio.h>
#include "unarchive.h"
​
extern void header_list(const file_header_t *file_header)
{
puts(file_header->name);
}
Everything looks good. We'll let you know here if there's anything you should know about.