SmartAudio/lichee/brandy/u-boot-2014.07/include/linux/linux_string.h

9 lines
141 B
C
Raw Normal View History

2018-07-13 01:31:50 +00:00
#ifndef _LINUX_LINUX_STRING_H_
#define _LINUX_LINUX_STRING_H_
extern char * skip_spaces(const char *);
extern char *strim(char *);
#endif