Ryan Martin
Ryan Martin

Ryan Martin

Follow
Follow
homebadges
Tag

C

#c

More content

Read more stories on Hashnode


Articles with this tag

Lookup Tables Are Awesome

Jul 13, 20214 min read

Introduction I found out about lookup tables around a month ago, from a book about embedded systems, so I thought I should write about it. They are...

Lookup Tables Are Awesome

Tagged Unions in C

Jul 4, 20217 min read

Introduction One of my favorite data structures is the tagged union. It is also usually called as a variant, discriminated union, disjoint union, or...

Tagged Unions in C