开发者

any other site(s) like this one? [closed]

开发者 https://www.devze.com 2023-02-28 22:04 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago. 开发者_如何学Python

this site is extremely cool ( http://www.gsp.com/cgi-bin/man.cgi?section=3&topic=strncpy ) but a bit unformatted, it shows many (and this means a lot) of C functions with params , example etc. the prototype example of the function is very bad anyway. do you know other sites as complete or more than this one? i recall there's one site with a dice icon that has many C functions. thanks


I often use the c library section of cplusplus.com.


The site you're thinking of is linux.die.net. Apple also has one. They just contain man pages for their given operating systems. You can use man <section> <name> at a *nix prompt to read them, where <section> is 2, 3, or 3p depending on the specific name.

0

精彩评论

暂无评论...
验证码 换一张
取 消