mirror of
https://github.com/nasa/fpp.git
synced 2025-12-11 11:16:42 -06:00
5 lines
87 B
Fortran
5 lines
87 B
Fortran
type TU32 = U32
|
|
type TF32 = F32
|
|
type TString = string
|
|
type TStringSize = string size 2
|