mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-26 07:50:04 +00:00
13 lines
193 B
C++
13 lines
193 B
C++
//
|
|
// Created by anonymus-raccoon on 1/28/20.
|
|
//
|
|
|
|
#pragma once
|
|
|
|
#include <cinttypes>
|
|
#include <iostream>
|
|
|
|
typedef unsigned uint24_t;
|
|
|
|
|
|
std::ostream &operator<<(std::ostream &os, uint8_t value); |