#include #include "unzip_tool.h" int main() { int ret = unzip("/tmp/aaa.zip", "/tmp/fffffff/"); printf("%d\n", ret); return 0; }