Skip to content

Instantly share code, notes, and snippets.

View jbutcher5's full-sized avatar

James Butcher jbutcher5

View GitHub Profile
@Jomy10
Jomy10 / tagged_union.h
Last active January 25, 2026 14:03
C Tagged Union Macro
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
//
// Author: Jonas Everaert
//
// You can change these however you like
#define _TU_TYPE_PREFIX(Type) T_##Type