mirror of
https://codeberg.org/Limine/Limine
synced 2026-01-26 21:22:15 +00:00
7 lines
135 B
C
7 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
|