Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for clinit (0.06 sec)

  1. src/cmd/cgo/internal/testfortran/testdata/testprog/answer.f90

    ! Copyright 2016 The Go Authors. All rights reserved.
    ! Use of this source code is governed by a BSD-style
    ! license that can be found in the LICENSE file.
    
    function the_answer() result(j) bind(C)
      use iso_c_binding, only: c_int
      integer(c_int) :: j ! output
      j = 42
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 294 bytes
    - Viewed (0)
Back to top