C Programming
· ☕ 2 min read
C Programming These notes are my working document to C programming. It includes basic concepts
and documentation on items of interest to me.
Style This nice embedded C coding
standard.
It really helps to use tools such as clangformat
to help with automatic formatting.
Libraries Vs Executables They are essentially the same thing. However a library is meant to
be run by another program and a exectuable runs on its own.