Skip to content

Instantly share code, notes, and snippets.

View marcelofern's full-sized avatar
🏠
Working from home

Marcelo marcelofern

🏠
Working from home
View GitHub Profile
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <stdbool.h>
typedef int8_t i8;
typedef int16_t i16;
typedef int32_t i32;
typedef int64_t i64;
typedef uint8_t u8;