mirror of
https://github.com/goplus/llgo.git
synced 2025-09-26 19:51:21 +08:00
doc:ssize_t
This commit is contained in:
@@ -14,7 +14,7 @@ Type Mapping between C and Go
|
||||
| unsigned long | c.Ulong | |
|
||||
| unsigned long long | uint64 | c.UlongLong |
|
||||
| size_t | uintptr | |
|
||||
| sssize_t | int | sizeof(int) = sizeof(uint) = sizeof(uintptr) in Go |
|
||||
| ssize_t | int | sizeof(int) = sizeof(uint) = sizeof(uintptr) in Go |
|
||||
| float | float32 | c.Float |
|
||||
| double | float64 | c.Double |
|
||||
| complex float | complex64 |
|
||||
|
Reference in New Issue
Block a user