fson_string_append Interface

public interface fson_string_append

Contents


Module Procedures

private subroutine append_chars(str, c)

Arguments

Type IntentOptional AttributesName
type(fson_string), pointer:: str
character(len=*), intent(in) :: c

private subroutine append_string(str1, str2)

Arguments

Type IntentOptional AttributesName
type(fson_string), pointer:: str1
type(fson_string), pointer:: str2