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