#pragma once #include int isspace(char c); long strtol(const char *restrict s, char **restrict end, int base); char *strchr(const char *s, int c);