# 把选项传给汇编器 ## 例子 #include int main(void) { int i; for (i = 0; i < 10; i++) printf("%d ", i); putchar ('\n'); return 0; } ## 技巧