/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _PPC_BOOT_STDLIB_H_ #define _PPC_BOOT_STDLIB_H_ unsigned long long int strtoull(const char *ptr, char **end, int base); #endifOverall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Scott Wood | 28 | 96.55% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 3.45% | 1 | 50.00% |
Total | 29 | 100.00% | 2 | 100.00% |