#ifndef TAR_H #define TAR_H void extract(const struct MemoryStruct* tar, const char* outputdir); #endif