Creates a new string @length bytes long filled with @fill_char. The returned string should be freed when no longer needed.
the length of the new string
the byte to fill the string with
a newly-allocated string filled the @fill_char
See Implementation
Creates a new string @length bytes long filled with @fill_char. The returned string should be freed when no longer needed.