We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea40d8d commit b6bd735Copy full SHA for b6bd735
src/stdlib_experimental_kinds.f90
@@ -6,5 +6,5 @@ module stdlib_experimental_kinds
6
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
+public sp, dp, qp, int8, int16, int32, int64
10
end module
0 commit comments