string.h 322 B

123456789101112
  1. /* This file should provide inline versions of string functions.
  2. Surround GCC-specific parts with #ifdef __GNUC__, and use `extern __inline'.
  3. This file should define __STRING_INLINES if functions are actually defined
  4. as inlines. */
  5. #ifndef _BITS_STRING_H
  6. #define _BITS_STRING_H 1
  7. #endif /* bits/string.h */