Maxbad`Blog

API:字符串拷贝 strdup()

2020-11-21 · 1 min read

strdup() 函数是c语言中常用的一种字符串拷贝库函数,一般和free()函数成对出现。