aitjcize / cppman

C++ 98/11/14 manual pages for Linux/MacOS
GNU General Public License v3.0
1.27k stars 79 forks source link

cppman to support C APIs from cppreference.com #117

Closed laoshaw closed 3 years ago

laoshaw commented 3 years ago

currently when I do cppman strcpy it will show c++ content for strcpy, there is a lot C-only html pages on the site, can cppman let me access those pages(I'm a c programmer) instead of c++-based c headers/APIs?

aitjcize commented 3 years ago

For C man pages, you should just use your system man command, i.e. man 3 strcpy

jxu commented 1 year ago

but the cppreference pages provide useful additional info.