setmem

更新时间:2023-12-31 15:27

setmem是一个可以替换指定位置字符的字符串函数。头文件为“string.h”。

原型:extern void setmem(void *buf, unsigned int count, char ch);

用法:#include

功能:把buf所指内存区域前count个字节设置成字符ch。

说明:返回指向buf的指针

举例:

// setmem.c

#include

#include

main

clrscr;

setmem(s,6,'G');

printf

getchar;

return 0;

免责声明
隐私政策
用户协议
目录 22
0{{catalogNumber[index]}}. {{item.title}}
{{item.title}}