dm_size_to_human Interface

public interface dm_size_to_human

Generic size formatting function. Returns allocatable string of given size converted to human-readable IEC format with suffix.


Module Procedures

private function size_to_human_int32(nbyte) result(string)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nbyte

Return Value character(len=:), allocatable

private function size_to_human_int64(nbyte) result(string)

Arguments

Type IntentOptional Attributes Name
integer(kind=i8), intent(in) :: nbyte

Return Value character(len=:), allocatable