Next, define your argument list, called argv.
下一步,定义参数列表,使argv被调用。
It simply emits the contents of the argv vector.
它只简单地打印argv向量的内容。
BusyBox then invokes the internal utility as defined by argv [0].
BusyBox然后可以通过argv[0]来调用内部工具。
ArgV You can think of this variable Arg V as literally an array a sequence of chunks of memory that literally are back to back to back in memory, and when you say bracket zero, by convention, you are referring to the variables stored here.
你可以想象这个变量,按顺序排列的一块块内存,依次地在内存中紧邻着的,当你指明,按照惯例,涉及,存储的变量在这里。
At the top, I've got some CS50 Library going on, argv standard I/O library; I don't bother mentioning argc or argv because I'm not going to use them in this program.
在顶端,我使用了CS50函数库,标准输入输出库,我没有提到argc或者,因为我不会在这个程序中使用它们。
So here's a program called Arg V, this is fancy speak for argument Vector, a list of arguments for the left or right.
这里有一个叫做ArgV的程序,这个设想讲述了,参数矢量,从左到右的一列参数。
应用推荐