如何看 c语言中函数(strcat_s)说明

我在参考链接中看到(strcat_s 的 函数 参考):

clipboard.png

clipboard.png

不知道该如何去查看 c 语言这么一个函数的说明??

阅读 4.5k
1 个回答

OP的意思是觉得链接的资料不足够理解这个函数吗?
用google搜下, 以下是可能有用的链接:
https://docs.microsoft.com/en...

https://stackoverflow.com/que...

https://cboard.cprogramming.c...

http://en.cppreference.com/w/...

Update:
这是一个X-Y problem. 你需要搞懂的是这些keyword的意思, 而不是单纯的"如何看 c语言中函数(strcat_s)说明". 利用好搜索引擎, 比如google, 知道学习c语言一些常见的参考站点, 比如man page, cppreference的c版, Stack Overflow.

举个例子, http://en.cppreference.com/w/... 这里就有对errno_t的说明:

a typedef for the type int, used to self-document functions that return errno values
推荐问题
宣传栏