File: bindgen_regression_simple.f90

package info (click to toggle)
gridtools 2.3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 21,264 kB
  • sloc: cpp: 107,228; python: 17,464; javascript: 9,164; ansic: 4,227; sh: 850; f90: 393; makefile: 230
file content (14 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
! This file is generated!
module bindgen_regression_simple
use iso_c_binding
implicit none
  interface

    subroutine print_number_from_cpp(arg0) bind(c)
      use iso_c_binding
      integer(c_int), value :: arg0
    end subroutine

  end interface
contains
end