1 2 3 4 5 6
#pragma once #include <shared/mem.h> int isspace(char c); long strtol(const char *restrict s, char **restrict end, int base);