gk7205v200-uboot/include/linux/linux_string.h
2025-08-07 17:13:54 +08:00

9 lines
141 B
C
Executable File

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