How can compilation occur without symbol resolution?

后端 未结 0 447
夕颜
夕颜 2020-12-21 09:00

Here is my question. Suppose you want to compile the c code:

void some_function() {
  write_string("Hello, World!\\n");
}

For this

相关标签:
回答
  • 消灭零回复
提交回复
热议问题