Skip to content

Instantly share code, notes, and snippets.

View tmplt's full-sized avatar

Viktor Vilhelm Sonesten tmplt

View GitHub Profile
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <locale.h>
#include <termios.h>
#include <errno.h>
#include <string.h>
#include <fcntl.h>
#include <stdbool.h>
#include <unistd.h>