voidcheckout(structmanger*p){在c语言中是什么意思
缺了些空格,应该是:void checkout (struct manger *p){
就是定义一个叫做checkout的函数,它的参数是一个结构体变量的指针