Added ptrdiff_t (#38)

This commit is contained in:
Ico Doornekamp 2019-01-18 03:40:56 +01:00 committed by genotrance
commit 8a09f3e290

View file

@ -73,7 +73,8 @@ const gTypeMap = {
"long double": "clongdouble",
# misc
"time_t": "int32"
"time_t": "int32",
"ptrdiff_t": "ByteAddress"
}.toTable()
proc sanitizePath*(path: string): string =