?? types.h
字號:
#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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -