File: test_c_ptrdiff_t.f90

package info (click to toggle)
netcdf-fortran 4.4.4%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,420 kB
  • ctags: 8,797
  • sloc: fortran: 51,087; f90: 20,357; sh: 11,601; ansic: 7,034; makefile: 548; pascal: 313; xml: 173
file content (3 lines) | stat: -rw-r--r-- 64 bytes parent folder | download | duplicates (4)
1
2
3
program test
   use iso_c_binding, only: c_ptrdiff_t
end program