includes/std: stdint -> cint

This commit is contained in:
WerWolv
2021-10-04 20:30:57 +02:00
parent 4eff8460ba
commit 935a1b7e3b
2 changed files with 1 additions and 0 deletions

View File

@@ -11,4 +11,5 @@ namespace std {
using usize = u64;
using isize = s64;
}