my-endian.h
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:0k
源码类别:

通讯编程

开发平台:

Visual C++

  1. #ifndef _ENDIAN_H_
  2. #define _ENDIAN_H_
  3. #include "proxytrace.h"
  4. /* detects endian-ness */
  5. int IsLittleEndian(void);
  6. /* changes endian-ness */
  7. void ToOtherEndian(TEntry *e);
  8. #endif