⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vtypes.h

📁 symbian平台S60_2nd_FP2_SC rtp实现
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -