ソースを参照

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)


読み込み中…
キャンセル
保存