bcopy-1.c

来自「用于进行gcc测试」· C语言 代码 · 共 15 行

C
15
字号
/* PR middle-end/31095, expand_builtin_memmove_args forgot to take into   account that tree folding of builtins can add an extra NOP_EXPR.   */struct timeval{  int tv_sec;  int tv_usec;};voidcapture_next_packet (void){  struct timeval past, now, then;  __builtin_bcopy (&then, &past, sizeof (then));}

⌨️ 快捷键说明

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