mirror of
https://github.com/nasa/fpp.git
synced 2025-12-12 04:41:37 -06:00
6 lines
101 B
Fortran
6 lines
101 B
Fortran
struct Default {
|
|
mU32: U32
|
|
mS1: string size 40
|
|
mF64: F64
|
|
} default {mU32 = 54, mS1 = "hello"}
|