__stdio.h
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:0k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. #include <machine/ansi.h>
  2. #ifdef  _BSD_SIZE_T_
  3. typedef _BSD_SIZE_T_    size_t;
  4. #undef  _BSD_SIZE_T_
  5. #endif
  6. typedef pthread_fpos_t fpos_t;      /* Must match off_t <sys/types.h> */