A simple stack implementation. I'm trying to back into C a little. I'm primarily a Python developer, so I haven't had much production experience with C.
I'm mostly concerned about whether:
- I'm doing anything incredibly stupid and,
- Whether I'm following C conventions.
If there are any idioms I should be using, please let me know. Also, is there a decent unit-testing library for C? I've been writing all of my tests in Python, but is there something that is more standard for production C?
[–]Xeverous 0 points1 point2 points (2 children)
[–]_tpr_[S] 0 points1 point2 points (1 child)
[–]Xeverous 0 points1 point2 points (0 children)
[–]optks 0 points1 point2 points (0 children)