mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 14:54:17 +00:00
d2ebfd0519
Screw the description like that inbred T3Q
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
|