ZOVboot/limine/common/libc-compat/stdlib.h
2026-03-13 14:19:46 +00:00

6 lines
135 B
C

#ifndef LIBC_COMPAT__STDLIB_H__
#define LIBC_COMPAT__STDLIB_H__
unsigned long strtoul(const char *str, char **end, int base);
#endif