You've already forked hardkernel-uboot
mirror of
https://github.com/archr-linux/hardkernel-uboot.git
synced 2026-03-31 15:05:07 -07:00
9 lines
141 B
C
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
|