Files
Debian-9-Kernel/arch/x86/include/asm/misc.h
T

7 lines
104 B
C
Raw Normal View History

2023-05-02 09:58:35 +02:00
#ifndef _ASM_X86_MISC_H
#define _ASM_X86_MISC_H
int num_digits(int val);
#endif /* _ASM_X86_MISC_H */