1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00
tracy/public/TracyClient.F90
2025-01-05 23:21:12 +01:00

7 lines
112 B
Fortran

module tracy
use, intrinsic :: iso_c_binding, only: c_ptr
implicit none
private
contains
end module tracy