We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c72b5c commit 9ee4c36Copy full SHA for 9ee4c36
doc/specs/stdlib_str2num.md
@@ -76,7 +76,7 @@ Return a scalar of numerical type (`integer`, `real32` or `real64`).
76
```fortran
77
program example_str2num
78
use stdlib_kinds, only: dp
79
- use stdlib_str2num
+ use stdlib_str2num, only: to_num_p
80
character(:), allocatable, target :: chain
81
character(len=:), pointer :: cptr
82
real(dp), allocatable :: r(:)
0 commit comments