[TUHS] bas(1) and bs(1) videos including features and use

Sudipto Mallick smallick.dev at gmail.com
Thu Jan 21 17:30:21 AEST 2021


Then what about the following? :D

    union huh { uint64_t l; double d; };
    uint64_t a = ((union huh){ .d = foo }).l;

--Sudipto Mallick


More information about the TUHS mailing list