shadow-maint / shadow

Upstream shadow tree
Other
287 stars 227 forks source link

Simplification using _Generic(3) #993

Closed alejandro-colomar closed 1 month ago

alejandro-colomar commented 1 month ago

And they also add portability, since it uses ISO C11 instead of GNU extensions.


Revisions:

v1b - Rebase ``` $ git range-diff gh/master..b774ee39 shadow/master..generic 1: b774ee39 = 1: 34421992 lib/cast.h: const_cast(): Reimplement with _Generic(3) ```