mirror of
https://github.com/nasa/fpp.git
synced 2025-12-10 17:29:15 -06:00
8 lines
195 B
Fortran
8 lines
195 B
Fortran
@ A port with string parameters
|
|
port String(
|
|
str80: string, @< A string of size 80
|
|
ref str80Ref: string,
|
|
str100: string size 100, @< A string of size 100
|
|
ref str100Ref: string size 100
|
|
)
|