:: limine / common / libc-compat / stdlib.h 135 B raw

1
#ifndef LIBC_COMPAT__STDLIB_H__
2
#define LIBC_COMPAT__STDLIB_H__
3
4
unsigned long strtoul(const char *str, char **end, int base);
5
6
#endif
tab: 248 wrap: offon