回顾:一个C语言程序举例
main.cswap.c
externintbuf[];
intbuf[2]={1,2};
voidswap();int*bufp0=buf[0];
staticint*bufp1;
intmain
文档评论(0)