Source file: /~heha/basteln/Haus/Telefon/Sprachausgabe.zip/Minimum/stdint.h

#pragma once
typedef char int8_t;
typedef short int16_t;
typedef long int32_t;
typedef unsigned char uint8_t;
typedef unsigned short uint16_t;
typedef unsigned long uint32_t;
Detected encoding: ASCII (7 bit)2