Update C headers to be C++
This commit is contained in:
4
include/stddef.hpp
Normal file
4
include/stddef.hpp
Normal file
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
#include "stdint.hpp"
|
||||
|
||||
using size_t = uintmax_t;
|
Reference in New Issue
Block a user