strtoul
# define strtoul strtol /* gcc library bogosity */
# define strtoul strtol /* gcc library bogosity */
strtoul (
strtoul(const char *nptr, char **endptr, int base) {
void strtoul(void) {}
#define strtoul simple_strtoul
#define strtoul(s, r, b) acpi_strtoul(s, r, b)