Consider the functions int foo(void) { return 23; } int bar(void) { return 19 + foo(); } Compiling this with " gcc -O3 " inlines foo into ...
確定! 回上一頁