We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ece9c commit 0b119a2Copy full SHA for 0b119a2
example/strings/example_str2num.f90
@@ -1,6 +1,6 @@
1
program example_str2num
2
use stdlib_kinds, only: dp
3
- use stdlib_str2num
+ use stdlib_str2num, only: to_num_p
4
character(:), allocatable, target :: chain
5
character(len=:), pointer :: cptr
6
real(dp), allocatable :: r(:), p(:)
0 commit comments