codybartfast / knr

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

Think #8

Closed codybartfast closed 4 years ago

codybartfast commented 4 years ago

Do these need to be **? You can use & to get the address of a variable at any time, you don't necessarily need use the maximum number of stars in the declaration.

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

codybartfast commented 4 years ago

Yes - until someone comes up with a way to alias types or perhaps allow a custom data construction.