mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-25 18:07:22 +08:00
7 lines
108 B
C
7 lines
108 B
C
|
#ifndef __LINUX_STRING_H__
|
||
|
#define __LINUX_STRING_H__
|
||
|
|
||
|
#include <string.h>
|
||
|
|
||
|
#endif /* __LINUX_STRING_H__ */
|