strcpy
n. 拷贝字符串
例句
These functions include strcpy(3), strcat(3), sprintf(3) (with cousin vsprintf(3)), and gets(3).
这些函数包括 strcpy(3)、strcat(3)、sprintf(3) (及其同类 vsprintf(3) )和 gets(3) 。
The strcpy function can be implemented using the "s" and "d" constraints in the following manner.
strcpy函数可以通过以下方式使用“ s ”和“ D ”约束来实现。
You also have to use the memalign function and strcpy to copy the data into an area of appropriate alignment.
另外,还需要使用 memalign 函数和 strcpy 将数据复制到合适对齐的区域。