1 2 3 4 5 6 7 8 9 10
#include <iostream> #include "unzip_tool.h" int main() { int ret = unzip("/tmp/aaa.zip", "/tmp/fffffff/"); printf("%d\n", ret); return 0; }