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

MySQL数据库

开发平台:

Visual C++

  1. /* ==== errno.h ============================================================
  2.  * Copyright (c) 1994 by Chris Provenzano, proven@athena.mit.edu
  3.  *
  4.  * Description : Errno is already broken up into data/prototyes.
  5.  */
  6. #ifndef _SYS_ERRNO_H_
  7. #define _SYS_ERRNO_H_
  8. #include <linux/errno.h>
  9. #endif