Skip to content

Commit b6bd735

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

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
@@ -6,5 +6,5 @@ module stdlib_experimental_kinds
66
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
9-
public sp, dp, qp, int32, int64, int128
9+
public sp, dp, qp, int8, int16, int32, int64
1010
end module

0 commit comments

Comments
 (0)