Skip to content

Commit daf5e9c

Browse files
authored
Merge pull request #871 from luoliwoshang/doc/ssizet
doc:ssize_t
2 parents bf63d73 + 12abfc0 commit daf5e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type-Mapping-between-C-and-Go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Type Mapping between C and Go
1414
| unsigned long | c.Ulong | |
1515
| unsigned long long | uint64 | c.UlongLong |
1616
| size_t | uintptr | |
17-
| sssize_t | int | sizeof(int) = sizeof(uint) = sizeof(uintptr) in Go |
17+
| ssize_t | int | sizeof(int) = sizeof(uint) = sizeof(uintptr) in Go |
1818
| float | float32 | c.Float |
1919
| double | float64 | c.Double |
2020
| complex float | complex64 |

0 commit comments

Comments
 (0)