13
What is this format specifier?
(lemm.ee)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
Wait, you can use
man
on C functions?On libc functions yes. Maybe on some from other libs, if they provide man pages.
That's nice.
You can if you have those man pages installed.
You might also enjoy
man ascii
,man operator
, or evenman intro
.Unfortunately, there are still some gaps:
Yup! Try also
man malloc
๐Nice :)
Back in my day, MS-DOS let you use
HELP
on QBASIC commands.