We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf63d73 + 12abfc0 commit daf5e9cCopy full SHA for daf5e9c
doc/Type-Mapping-between-C-and-Go.md
@@ -14,7 +14,7 @@ Type Mapping between C and Go
14
| unsigned long | c.Ulong | |
15
| unsigned long long | uint64 | c.UlongLong |
16
| size_t | uintptr | |
17
-| sssize_t | int | sizeof(int) = sizeof(uint) = sizeof(uintptr) in Go |
+| ssize_t | int | sizeof(int) = sizeof(uint) = sizeof(uintptr) in Go |
18
| float | float32 | c.Float |
19
| double | float64 | c.Double |
20
| complex float | complex64 |
0 commit comments