historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/u-boot/include/linux/linux_string.h
2024-01-16 11:20:27 -06:00

8 lines
141 B
C

#ifndef _LINUX_LINUX_STRING_H_
#define _LINUX_LINUX_STRING_H_
extern char * skip_spaces(const char *);
extern char *strim(char *);
#endif