Skip to content

Instantly share code, notes, and snippets.

@npavlinek
npavlinek / fixed-width-integers.h
Created October 6, 2022 17:22
Fixed-width Integer Types for ANSI C
#ifndef FIXED_WIDTH_INTEGERS_H
#define FIXED_WIDTH_INTEGERS_H
#include <limits.h>
/*******************************************************************************
* Fixed Width Unsigned Integer Types
******************************************************************************/
#ifndef FIXED_WIDTH_UNSIGNED_8_BIT_INTEGER_NAME