1 2 3 4 5 6 7 8
#pragma once #include <stdint.h> typedef int64_t ssize_t; typedef int64_t off_t; typedef int mode_t;