Skip to content

Instantly share code, notes, and snippets.

View BCDeshiG's full-sized avatar
😶
Nothing Much

Abhid Islam BCDeshiG

😶
Nothing Much
View GitHub Profile
@mobius
mobius / libzip_simple.c
Last active February 15, 2023 15:34
using libzip to extract files
/* Copyright (C) 2011 rocenting#gmail.com */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/resource.h>