Skip to content

Instantly share code, notes, and snippets.

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

Alberto Pires de Oliveira Neto albertopires

🏠
Working from home
View GitHub Profile
#include <stdio.h>
#include <fcntl.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <assert.h>
#include <errno.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <liburing.h>