Skip to content

函数参数的本质

  • 参数1 argc:保存传入的数据的geshu
  • 参数2 argv[]: 保存传入的字符串的地址, 为指针数组
  • 参数3 envp[]: 保存电脑的系统路径

Image