Fichiers | Programmes | Routines | Fonctions | Includes | \input | Search |
---|
est appelée par TATa appelle toto:
function TATa
(a) do i=1,1 print*,a enddo call toto end
TATb appelle toto:
function TATb
(a) do i=1,1 print*,a tata.f->TATb->10 enddo call toto end
TATc appelle toto:
function TATc
(a) do i=1,1 print*,a enddo call toto end
TATd appelle toto:
function TATd
(a) tata.f->TATd->20 do i=1,1 print*,a enddo call toto end
TATe appelle toto:
function TATe
(a) do i=1,1 print*,a enddo call toto tata.f->TATe->30 end
TATf appelle toto:
function TATf
(a) do i=1,1 print*,a enddo call toto end
TATg appelle toto:
function TATg
(a) do i=1,1 print*,a tata.f->TATg->40 enddo call toto end
TATh appelle toto:
function TATh
(a) do i=1,1 print*,a enddo call toto end
TATi appelle toto: qui inclut 1 fichier:
function TATi
(a) tata.f->TATi->50 include "dudu.h" do i=1,1 print*,a enddo call toto end
TATj appelle toto: qui inclut 1 fichier:
function TATj
(a) include "dudu.h" do i=1,1 print*,a tata.f->TATj->60 enddo call toto end
TATk appelle toto: qui effectue 2 inclusions de fichiers:
function TATk
(a)
\input latex/tutu.tex
include "dudu.h" include "dodo.h" do i=1,1 print*,a enddo tata.f->TATk->70 call toto end
TATl appelle toto: qui inclut 1 fichier:
function TATl
(a) include "dudu.h" do i=1,1 print*,a enddo call toto end