clib_ext.h
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小: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. int strcasecmp __P((const char *, const char *));
  29. #ifndef HAVE_STRERROR
  30. char *strerror __P((int));
  31. #endif
  32. #ifndef HAVE_VSNPRINTF
  33. int vsnprintf();
  34. #endif
  35. #if defined(__cplusplus)
  36. }
  37. #endif
  38. #endif /* _clib_ext_h_ */