uboot/u-boot-stm32mp-2020.01/include/linux/linux_string.h

9 lines
141 B
C
Raw Normal View History

2024-01-10 06:52:34 +00:00
#ifndef _LINUX_LINUX_STRING_H_
#define _LINUX_LINUX_STRING_H_
extern char * skip_spaces(const char *);
extern char *strim(char *);
#endif