define.h
上传用户:popouu88
上传日期:2013-02-11
资源大小:2894k
文件大小:0k
源码类别:

IP电话/视频会议

开发平台:

Visual C++

  1. #ifndef __DEFINE_H__
  2. #define __DEFINE_H__
  3. #define    NULL          0
  4. #define    CHAR_SIZE     1
  5. #define    INT_SIZE      4
  6. #endif