On Tue, Apr 6, 2021 at 12:18 AM Marc Nieper-Wißkirchen <marc.nieper+...@gmail.com> wrote: > I have been wondering whether it makes sense to add a small utility trying to > make typecasts in C as type-safe as possible.
I've found a few macros for casts useful over years. PSPP uses CONST_CAST and UP_CAST from the file below quite a bit: https://git.savannah.gnu.org/cgit/pspp.git/tree/src/libpspp/cast.h