pr14692.c
来自「linux下编程用 编译软件」· C语言 代码 · 共 15 行
C
15 行
/* PR rtl-optimization/14692 */void assert_failed (void); void eidecpos_1 (unsigned char *pos, long n){ int i; for (i = 0; i < n; i++) { const unsigned char *dc_ptr1 = pos; pos--; if (dc_ptr1 - pos == 1) assert_failed (); }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?