/arch/powerpc/boot/stdlib.h
C Header | 6 lines | 4 code | 2 blank | 0 comment | 0 complexity | cd30a8ee9aa836d8d3322420cdf013ee MD5 | raw file
Possible License(s): CC-BY-SA-3.0, GPL-2.0, LGPL-2.0, AGPL-1.0
- #ifndef _PPC_BOOT_STDLIB_H_
- #define _PPC_BOOT_STDLIB_H_
- unsigned long long int strtoull(const char *ptr, char **end, int base);
- #endif