PageRenderTime 97ms CodeModel.GetById 73ms RepoModel.GetById 2ms app.codeStats 0ms

/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
Possible License(s): CC-BY-SA-3.0, GPL-2.0, LGPL-2.0, AGPL-1.0
  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