linuxOS_D21X/source/uboot-2021.10/include/linux/linux_string.h
2024-11-29 16:13:46 +08:00

9 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