fortplot
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
tt_tag_match
Function
7 statements
Source File
fortplot_tt_binary.f90
fortplot_tt_binary
tt_tag_match
Contents
public pure function tt_tag_match(data, offset, tag) result(match)
Compare 4 bytes at offset to a character tag (e.g. "cmap", "head").
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int8),
intent(in)
::
data
(:)
integer,
intent(in)
::
offset
character(len=4),
intent(in)
::
tag
Return Value
logical