Source Files
Modules
Procedures
Derived Types
wandb_config_get_str_c
Interface
80 statements
Source File
wf_c_bindings.f90
wf_c_bindings
wandb_config_get_str_c
Contents
None
interface
public function wandb_config_get_str_c(key, buf, buf_len) bind(C, name="wandb_config_get_str_c")
Arguments
Type
Intent
Optional
Attributes
Name
character(kind=c_char, len=1),
intent(in)
::
key
(*)
character(kind=c_char, len=1),
intent(out)
::
buf
(*)
integer(kind=c_int),
intent(in),
value
::
buf_len
Return Value
integer(kind=c_int)