types.h
来自「mediastreamer2是开源的网络传输媒体流的库」· C头文件 代码 · 共 30 行
H
30 行
#ifndef __SYS_TYPES_H__#define __SYS_TYPES_H__ 1#include <MacTypes.h>#include <alloca.h>#include <string.h>typedef short int16_t;typedef long int32_t;typedef long long int64_t;#define vorbis_size32_t long#if defined(__cplusplus)extern "C" {#endif#pragma options align=powerchar *strdup(const char *inStr);#pragma options align=reset#if defined(__cplusplus)}#endif#endif /* __SYS_TYPES_H__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?