Skip to content

Instantly share code, notes, and snippets.

View jurgen-kluft's full-sized avatar
🎯
Focusing

Jur93n jurgen-kluft

🎯
Focusing
View GitHub Profile
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
#include <stdint.h>
#include <assert.h>
#include <string.h>
#define streq(a, b) (!strcmp((a), (b)))
#ifndef __USE_GNU
#define __USE_GNU