1 2 3 4 5 6
#ifndef TAR_H #define TAR_H void extract(const struct MemoryStruct* tar, const char* outputdir); #endif