Toggle navigation
PROCESS
Contents
Source Files
Modules
Procedures
Derived Types
Source Files
Modules
Procedures
Derived Types
Variables
fson_string_append
Interface
3 statements
Source File
fson_library.f90
fson_string_m
fson_string_append
Contents
Module Procedures
append_chars
append_string
public interface fson_string_append
Contents
Module Procedures
append_chars
append_string
Module Procedures
private subroutine
append_chars
(str, c)
Arguments
Type
Intent
Optional
Attributes
Name
type(
fson_string
),
pointer
::
str
character(len=*),
intent(in)
::
c
private subroutine
append_string
(str1, str2)
Arguments
Type
Intent
Optional
Attributes
Name
type(
fson_string
),
pointer
::
str1
type(
fson_string
),
pointer
::
str2