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