static char inpbuf[MAXBUF], tokbuf[2 * MAXBUF], *ptr = inpbuf, *tok = tokbuf;

后端 未结 0 1827
天命终不由人
天命终不由人 2020-11-21 08:09

static char inpbuf[MAXBUF], tokbuf[2 * MAXBUF], *ptr = inpbuf, *tok = tokbuf; The array inpbuf is intended to store the user typed command and its arguments. The array tokbu

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