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