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

📄 mint.doc

📁 空战游戏flacon源码
💻 DOC
字号:



DEFINES:

CHIPSET_ID	
Must be defined to "SHI_CS_" + subdirectory name.  This is
used in the BUILDING_FOR_CHIP macro, defined in shi/shi.h.


CHIPSET_ID_STR
An unique string identifing the chipset.  This is intended
primarily for white-box testing.


CHIPSET_LITTLE_ENDIAN
Defined if storage is 'little endian', otherwise undefined


CHIPSET_MAX_INT_POW
Defined to be the power (base-2) of the maximum machine
storeable integer.


CHIPSET_MAX_INT_DEF_POW
Same as "CHIPSET_INT_POW" in all cases except for when
the complier supports a larger integer than the chipset
directly supports.  This value only needs to be defined
if it differs from CHIPSET_MAX_INT_POW.


CHIPSET_INT_POW
Define to be the power (base-2) of a 'regular' int.  This
value only needs to be defined if it differs from
CHIPSET_MAX_INT_POW.



TYPEDEFS:

Int{8,16,32,64}      Signed integers of "n" bits


These are typedefed to the appropriate "native" type, if they
exist.  Otherwise, the macro SHI_TYPE_ERROR is used to specify
an error message and an alternate type.  (SEE: shi/shi.h)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -