strcpy

strcpy

 英

  • 网络字符串复制;拷贝字符串;串拷贝

例句

You also have to use the memalign function and strcpy to copy the data into an area of appropriate alignment.

另外需要使用memalign函数strcpy数据复制合适对齐区域

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函数可以通过以下方式使用SD约束实现