Skip to content

Instantly share code, notes, and snippets.

View Qubasa's full-sized avatar
🐞

Luis Hebendanz Qubasa

🐞
View GitHub Profile
#include <stdbool.h>
#include <stdio.h>
#include <unistd.h>
#include <assert.h>
#include <stdint.h>
#include <string.h>
#ifndef _BIT_ARRAYS_
#define _BIT_ARRAYS_