waf/demos/fortran/typemap/basetypes.f90

7 lines
113 B
Fortran

module basetypes
implicit none
integer, parameter :: int_kind = selected_int_kind(10)
end module basetypes