mirror of
https://github.com/nasa/fpp.git
synced 2025-12-15 12:58:25 -06:00
10 lines
70 B
Fortran
10 lines
70 B
Fortran
module B {
|
|
|
|
passive component C {
|
|
|
|
sync input port p: P
|
|
|
|
}
|
|
|
|
}
|