string.h 175 B

1234567
  1. #ifndef _LINUX_STRING_H_
  2. #define _LINUX_STRING_H_
  3. /* We don't want strings.h stuff being used by user stuff by accident */
  4. #include <string.h>
  5. #endif /* _LINUX_STRING_H_ */