Skip to content

Commit 859e630

Browse files
committed
Made format constants public
1 parent 15f3270 commit 859e630

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/stdlib_io.fypp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ module stdlib_io
3333
FMT_COMPLEX_XDP = '(*(es26.18e3,1x,es26.18e3))', &
3434
FMT_COMPLEX_QP = '(*(es44.35e4,1x,es44.35e4))'
3535

36+
public :: FMT_INT, FMT_REAL_SP, FMT_REAL_DP, FMT_REAL_XDP, FMT_REAL_QP
37+
public :: FMT_COMPLEX_SP, FMT_COMPLEX_DP, FMT_COMPLEX_XDP, FMT_COMPLEX_QP
38+
3639
!> Version: experimental
3740
!>
3841
!> Read a whole line from a formatted unit into a string variable

0 commit comments

Comments
 (0)