Skip to content

Commit ea40d8d

Browse files
certikjvdp1
andcommitted
Update src/stdlib_experimental_kinds.f90
Co-Authored-By: Jeremie Vandenplas <[email protected]>
1 parent 413a33d commit ea40d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_experimental_kinds.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module stdlib_experimental_kinds
33
!use iso_fortran_env, only: sp=>real32, dp=>real64, qp=>real128
44
!use iso_fortran_env, only: int32, int64, int128
55
use iso_c_binding, only: sp=>c_float, dp=>c_double, qp=>c_float128
6-
use iso_c_binding, only: int32=>c_int32_t, int64=>c_int64_t, int128=>c_int128_t
6+
use iso_c_binding, only: int8=>c_int8_t, int16=>c_int16_t, int32=>c_int32_t, int64=>c_int64_t
77
implicit none
88
private
99
public sp, dp, qp, int32, int64, int128

0 commit comments

Comments
 (0)