소스 검색

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)


불러오는 중...
취소
저장