浏览代码

Some systems define this already.

master
sin 10 年前
父节点
当前提交
11ca2b408d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      noice.c

+ 1
- 0
noice.c 查看文件

@@ -33,6 +33,7 @@
#endif /* DEBUG */

#define LEN(x) (sizeof(x) / sizeof(*(x)))
#undef MIN
#define MIN(x, y) ((x) < (y) ? (x) : (y))
#define ISODD(x) ((x) & 1)
#define CONTROL(c) ((c) ^ 0x40)


||||||
x
 
000:0
正在加载...
取消
保存