fortplot
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
tt_load_file
Function
25 statements
Source File
fortplot_tt_binary.f90
fortplot_tt_binary
tt_load_file
Contents
public function tt_load_file(filename, data, file_size) result(success)
Load entire file into a byte array via stream I/O.
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
filename
integer(kind=int8),
intent(out),
allocatable
::
data
(:)
integer,
intent(out)
::
file_size
Return Value
logical