A collection of interesting code snippets, workflows or stuff that I'm worried I might forget before I need it. Given this embarassingly simple C program which takes a name parameter and a buffer to write the result into, and writes "Hello %s" into this buffer: Note: We could have used malloc to generate a return buffer, printed into this and returned it, but then there would have been no way to