rk3568_ubuntu_r60_v1.3.2/u-boot/include/linux/linux_string.h

9 lines
141 B
C
Raw Normal View History

2023-11-03 14:12:44 +08:00
#ifndef _LINUX_LINUX_STRING_H_
#define _LINUX_LINUX_STRING_H_
extern char * skip_spaces(const char *);
extern char *strim(char *);
#endif