vtypes.h
来自「symbian平台S60_2nd_FP2_SC rtp实现」· C头文件 代码 · 共 61 行
H
61 行
#ifndef VTYPES_H_
#define VTYPES_H_
/* ====================================================================
* The Vovida Software License, Version 1.0
*/
#include <e32def.h>
#include <e32std.h>
#include <e32base.h>
#include <utf.h>
#include <charconv.h>
#include <es_sock.h>
#include <in_sock.h>
#include <libc\stdlib.h>
#include <libc\string.h>
#include <libc\assert.h>
#include <libc\stdio.h>
#include <libc\machine\types.h>
#include <libc\sys\types.h>
#include <libc\sys\time.h>
#include <libc\sys\socket.h>
#include <libc\netinet\in.h>
#include <libc\arpa\inet.h>
#include <libc\sys\socket.h>
#include <libc\sys\unistd.h>
#include <libc\netdb.h>
#ifndef u_int32_t
typedef TUint u_int32_t;
#endif
#ifndef UWORD32
typedef TUint UWORD32;
#endif
#ifndef u_int16_t
typedef TUint16 u_int16_t;
#endif
#ifndef u_int8_t
typedef TUint8 u_int8_t;
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?