[ox/std] Add CString type alias

(synced from a6e24ff2b6)
This commit is contained in:
2024-12-06 00:20:03 -06:00
parent 9fe97955d0
commit bae926d9f3
+2
View File
@@ -61,6 +61,8 @@ using uint_t = unsigned;
namespace ox {
using CString = char const*;
/**
* Aliases type T in size and alignment to allow allocating space for a T
* without running the constructor.