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.
use
1 parent e6fc551 commit 21de394Copy full SHA for 21de394
src/stdlib_system.F90
@@ -2,7 +2,7 @@ module stdlib_system
2
use, intrinsic :: iso_c_binding, only : c_int, c_long, c_ptr, c_null_ptr, c_int64_t, c_size_t, &
3
c_f_pointer
4
use stdlib_kinds, only: int64, dp, c_bool, c_char
5
-use stdlib_strings, only: to_c_char, find
+use stdlib_strings, only: to_c_char, find, to_string
6
use stdlib_string_type, only: string_type
7
use stdlib_optval, only: optval
8
use stdlib_error, only: state_type, STDLIB_SUCCESS, STDLIB_FS_ERROR
0 commit comments