A Personal Coding Standard I’ve been working on improving my coding stlye for past few years and I think now I’ve realized it. My main goal was to make programming in C easier like it is in other languages. I realized that the only thing that makes C hard to sometimes work with is lack of good libraries. Unlike other languages that provide an open-source well written and maintained library for almost anything you want to do, C does not have something like that, even though it’s one of t...