Skip to content

Instantly share code, notes, and snippets.

@modimore
modimore / set_u32.c
Created September 20, 2018 04:31
Set for unsigned 32-bit integers in C
/**
* Author: Quinn Mortimer
* Date: 09/2018
* License: MIT
*
* Copyright Quinn Mortimer 09-2018
*
* A definition of structs and method for interacting
* with unique collections of integers.
*