codybartfast / knr

Exercises from The C Programming Language
MIT License
9 stars 4 forks source link

Offsets over pointers? #4

Open codybartfast opened 4 years ago

codybartfast commented 4 years ago

Maybe consider have one pointer and then making the other variables int offsets instead. I think it will make this function much simpler.

Originally posted by @klampworks in https://github.com/codybartfast/knr/pull/2