Kernel  |  4.4

下载     查看原文件
C++程序  |  7行  |  137 B
#ifndef _PPC_BOOT_STDLIB_H_
#define _PPC_BOOT_STDLIB_H_

unsigned long long int strtoull(const char *ptr, char **end, int base);

#endif