Tag: 严格别名的

C克服别名限制(工会?)

假设我有一个示例源文件test.c,我正在编译它: $ gcc -03 -Wall test.c看起来像这样…… /// CMP128(x, y) // // arguments // x – any pointer to an 128-bit int // y – any pointer to an 128-bit int // // returns -1, 0, or 1 if x is less than, equal to, or greater than y // #define CMP128(x, y) // magic goes […]