clib_ext.h
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. /* DO NOT EDIT: automatically built by dist/s_include. */
  2. #ifndef _clib_ext_h_
  3. #define _clib_ext_h_
  4. #if defined(__cplusplus)
  5. extern "C" {
  6. #endif
  7. #ifndef HAVE_GETCWD
  8. char *getcwd __P((char *, size_t));
  9. #endif
  10. #ifndef HAVE_GETOPT
  11. int getopt __P((int, char * const *, const char *));
  12. #endif
  13. #ifndef HAVE_MEMCMP
  14. int memcmp __P((const void *, const void *, size_t));
  15. #endif
  16. #ifndef HAVE_MEMCPY
  17. void *memcpy __P((void *, const void *, size_t));
  18. #endif
  19. #ifndef HAVE_MEMMOVE
  20. void *memmove __P((void *, const void *, size_t));
  21. #endif
  22. #ifndef HAVE_RAISE
  23. int raise __P((int));
  24. #endif
  25. #ifndef HAVE_SNPRINTF
  26. int snprintf __P((char *, size_t, const char *, ...));
  27. #endif
  28. #ifndef HAVE_STRCASECMP
  29. int strcasecmp __P((const char *, const char *));
  30. #endif
  31. #ifndef HAVE_STRCASECMP
  32. int strncasecmp __P((const char *, const char *, size_t));
  33. #endif
  34. #ifndef HAVE_STRDUP
  35. char *strdup __P((const char *));
  36. #endif
  37. #ifndef HAVE_STRERROR
  38. char *strerror __P((int));
  39. #endif
  40. #ifndef HAVE_VSNPRINTF
  41. int vsnprintf __P((char *, size_t, const char *, va_list));
  42. #endif
  43. #if defined(__cplusplus)
  44. }
  45. #endif
  46. #endif /* !_clib_ext_h_ */