Added ptrdiff_t (#38)
This commit is contained in:
parent
09d9794bb6
commit
8a09f3e290
1 changed files with 2 additions and 1 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue