D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
src
/
kernels
/
3.10.0-1062.9.1.el7.x86_64
/
include
/
uapi
/
linux
/
Filename :
string.h
back
Copy
#ifndef _UAPI_LINUX_STRING_H_ #define _UAPI_LINUX_STRING_H_ /* We don't want strings.h stuff being used by user stuff by accident */ #ifndef __KERNEL__ #include <string.h> #endif /* __KERNEL__ */ #endif /* _UAPI_LINUX_STRING_H_ */