FGSL
Fortran interface for the GNU scientific library
Functions/Subroutines
io.finc File Reference
This graph shows which files directly or indirectly include this file:

Functions/Subroutines

type(c_ptr) function fopen (path, mode)
 
integer(c_int) function fclose (fd)
 
type(c_ptr) function fgsl_cstdin ()
 
type(c_ptr) function fgsl_cstdout ()
 
type(c_ptr) function fgsl_cstderr ()
 
integer(c_int) function fflush (stream)
 

Function/Subroutine Documentation

◆ fclose()

integer(c_int) function fclose ( type(c_ptr), value  fd)

◆ fflush()

integer(c_int) function fflush ( type(c_ptr), value  stream)

◆ fgsl_cstderr()

type(c_ptr) function fgsl_cstderr

◆ fgsl_cstdin()

type(c_ptr) function fgsl_cstdin

◆ fgsl_cstdout()

type(c_ptr) function fgsl_cstdout

◆ fopen()

type(c_ptr) function fopen ( type(c_ptr), value  path,
type(c_ptr), value  mode 
)