#pragma once static inline int syscall(int number) { asm volatile("int $0x80"); return 0; }