]> git.armaanb.net Git - mmenu.git/commit
Clean up and implement calloc/realloc
authorArmaan Bhojwani <me@armaanb.net>
Sun, 9 May 2021 03:11:26 +0000 (23:11 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Sun, 9 May 2021 03:18:33 +0000 (23:18 -0400)
commitc4a0b3ce0963cf106043b86dada809efc990cc2d
tree222932eb8eec616bfadb30a21a6c03a402318b02
parent2ac505237e584aa36ddc2f7e55d2657c0685194f
Clean up and implement calloc/realloc

* Replace /* comments with //
* Replace malloc with calloc + realloc
* Remove extra space between function and arguments
* Check for failed *allocs
mmenu.c