mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-12-09 04:23:28 -05:00
4 lines
63 B
Fortran
4 lines
63 B
Fortran
|
|
subroutine sleep_msec(n)
|
||
|
|
return
|
||
|
|
end subroutine sleep_msec
|