可能重复: int argc,char*argv []是什么意思?
int main (int ac, char **av) { /* functions*/ }
这里的ac和av是什么意思?
c program-entry-point
c ×1
program-entry-point ×1