33#ifndef FLAC__ORDINALS_H
34#define FLAC__ORDINALS_H
41typedef int8_t FLAC__int8;
42typedef uint8_t FLAC__uint8;
44typedef int16_t FLAC__int16;
45typedef int32_t FLAC__int32;
46typedef int64_t FLAC__int64;
47typedef uint16_t FLAC__uint16;
48typedef uint32_t FLAC__uint32;
49typedef uint64_t FLAC__uint64;
51typedef int FLAC__bool;
53typedef FLAC__uint8 FLAC__byte;
Copyright (c) 2000-2009 Josh Coalson
Copyright (c) 2011-2023 Xiph.Org Foundation