libshit

Just some random shit
git clone https://git.neptards.moe/neptards/libshit.git
Log | Files | Refs | Submodules | README | LICENSE

cstddef (112B)


      1 // -*- c++ -*-
      2 #pragma once
      3 
      4 #include_next <cstddef>
      5 
      6 namespace std
      7 {
      8 
      9   enum class byte : unsigned char {};
     10 
     11 }