/arch/powerpc/boot/stdlib.h

https://bitbucket.org/abioy/linux · C Header · 6 lines · 4 code · 2 blank · 0 comment · 0 complexity · cd30a8ee9aa836d8d3322420cdf013ee MD5 · raw file

  1. #ifndef _PPC_BOOT_STDLIB_H_
  2. #define _PPC_BOOT_STDLIB_H_
  3. unsigned long long int strtoull(const char *ptr, char **end, int base);
  4. #endif