1 2 3 4 5 6 7 8 9 10
#ifndef GISTATIC_TAR_H #define GISTATIC_TAR_H int tarzify(const char *const directory_path); #ifdef TEST void unit_tests_tar(void); #endif #endif