# c programming # subtopics * [array literals in c](c/array-literals.html) * [c functions](c/functions.html) * [c memory management](c/memory-management.html) * [c syntax with indent like coffeescript or python](c/c-indent.html) * [miscellaneous](c/other.html) * [possibly useful features missing in c](c/missing-features.html) * [return status and error handling](c/return-status.html) # links * [c data types](https://en.wikipedia.org/wiki/C_data_types) * [stdint.h](http://en.wikibooks.org/wiki/C_Programming/C_Reference/stdint.h) * [inttypes.h](http://en.wikibooks.org/wiki/C_Programming/C_Reference/inttypes.h) * [c faq](http://c-faq.com/index.html) * [source code of musl](https://git.musl-libc.org/cgit/musl/tree/src) * [standard library](https://en.wikipedia.org/wiki/C_standard_library) * [musl](http://www.musl-libc.org/)