If you've ever wondered how overkill C can get, enjoy these 100+ lines of code just to read a string from the keyboard and print it reversed on the screen
Go to file
nocturn9x b1b1582e0a typo (line -> lines) 2021-05-05 22:24:43 +02:00
src Fixed reallocate() again + added FREE macro 2021-05-05 22:23:41 +02:00
.gitignore Initial commit 2021-05-05 21:57:57 +02:00
LICENSE Initial commit 2021-05-05 21:57:57 +02:00
README.md typo (line -> lines) 2021-05-05 22:24:43 +02:00

README.md

C-string-reverse

If you've ever wondered how overkill C can get, enjoy these 100+ lines of code just to read a string from the keyboard and print it reversed on the screen