Skip to content

Commit 1b0a3d8

Browse files
author
Nitai Sasson
committed
Fix link in c_longlong documentation
1 parent f15a7f3 commit 1b0a3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/ffi/c_longlong.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Equivalent to C's `signed long long` (`long long`) type.
22

33
This type will almost always be [`i64`], but may differ on some systems. The C standard technically only requires that this type be a signed integer that is at least 64 bits and at least the size of a [`long`], although in practice, no system would have a `long long` that is not an `i64`, as most systems do not have a standardised [`i128`] type.
44

5-
[`long`]: c_int
5+
[`long`]: c_long

0 commit comments

Comments
 (0)