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函数可以通过以下方式使用“S”和“D”约束来实现