Optimizing to puts is the norm: #include <stdio.h> void example(void) { printf("hello\n"); }. GCC: $ gcc -masm=intel -Os -S -c -o- x.c .
確定! 回上一頁