构建了关键字和显示参数散列之后,接下来我们可以查看简单的关键字匹配子程序:matchWords。
Once the keyword and display parameter hash has been built, we can move on to our simple keyword matching subroutine: matchWords.
pthread_create() 子程序使用线程参数返回新的线程 ID。
The pthread_create() subroutine returns the new thread ID using a thread argument.
不幸的是,前面的例子程序调用strcmp时没有给出参数,因此生成的汇编代码无效,从而导致编译失败。
Unfortunately, the sample program called STRCMP with no arguments, so the resulting assembly code was invalid and the compile failed.
应用推荐