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.
1 parent 6f84b34 commit 58d0f9aCopy full SHA for 58d0f9a
src/unix.f90
@@ -35,7 +35,7 @@ module unix
35
implicit none
36
37
interface c_int_to_uint
38
- !! Converts unsigned integer to signed integer.
+ !! Converts signed integer to unsigned integer.
39
module procedure :: c_int32_to_uint16
40
module procedure :: c_int64_to_uint32
41
end interface
0 commit comments