We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413a33d commit ea40d8dCopy full SHA for ea40d8d
src/stdlib_experimental_kinds.f90
@@ -3,7 +3,7 @@ module stdlib_experimental_kinds
3
!use iso_fortran_env, only: sp=>real32, dp=>real64, qp=>real128
4
!use iso_fortran_env, only: int32, int64, int128
5
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
+use iso_c_binding, only: int8=>c_int8_t, int16=>c_int16_t, int32=>c_int32_t, int64=>c_int64_t
7
implicit none
8
private
9
public sp, dp, qp, int32, int64, int128
0 commit comments