ComSquare
Ints.hpp
Go to the documentation of this file.
1 //
2 // Created by anonymus-raccoon on 1/28/20.
3 //
4 
5 #pragma once
6 
7 #include <cinttypes>
8 #include <iostream>
9 
10 typedef unsigned uint24_t;
11 
12 
13 std::ostream &operator<<(std::ostream &os, uint8_t value);
operator<<
std::ostream & operator<<(std::ostream &os, uint8_t value)
Definition: Utility.cpp:60
uint24_t
unsigned uint24_t
Definition: Ints.hpp:10