> On Jul 11, 2023, at 6:43 AM, Johnny Billquist <b...@softjar.se> wrote:
> 
> typedefs in C don't really create new types. They are all just derivatives. 
> Sometimes I even wonder why typedef exists in C. Feels like I could 
> accomplish the same with a #define

Because #define generates pollution in unrelated things.

-- thorpej

Reply via email to