bzero()等的区别
摘要:bzero原型:extern voidbzero(void *s, int n);用法:#include 功能:置字节字符串s的前n个字节为零。说明:bzero无返回值。举例: //bzero.c #include #include int main() { struct { int a; ch...
阅读全文
posted @ 2013-08-18 19:40
posted @ 2013-08-18 19:40