mi2c.h

来自「linux下编程用 编译软件」· C头文件 代码 · 共 16 行

H
16
字号
/* Test for overly eager multiple include optimization.   Problem distilled from glibc 2.0.7's time.h, sys/time.h, timebits.h.    Problem noted by Tom Tromey <tromey@cygnus.com>.  */#ifdef need_x#undef need_x#ifndef have_x#define have_xextern int x;#endif#endif#ifndef t_h#define t_hextern int y;#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?