大多C/C++编译器会把遇到的全局常量数据移到一个相当于ROM的指定的数据段中。
Most C/C++ compilers place all of the constant global data they encounter into a special data segment that is recognizable to the locator as ROM-able.
默认指定的子句可以为一个常量、一个特殊的寄存器、另一个全局变量、一个表达式或关键字 NULL。
The default clause specified can be either a constant, a special register, another global variable, an expression or the keyword NULL.
清单3显示了使用php名称空间定义本地和全局字符串常量的一个例子。
Listing 3 shows an example of using PHP namespaces to define local and global string constants.
应用推荐