tata.f

Fichiers Programmes Routines Fonctions Includes \input Search

Source original




function TATa
est appelée par TATa appelle toto:

(a)
      do i=1,1
         print*,a
      enddo
      call toto
      end
Fin de TATa


function TATb
TATb appelle toto:

(a)
      do i=1,1
         print*,a
tata.f->TATb->10
      enddo
      call toto
      end
Fin de TATb


function TATc
TATc appelle toto:

(a)
      do i=1,1
         print*,a
      enddo
      call toto
      end
Fin de TATc


function TATd
TATd appelle toto:

(a)
tata.f->TATd->20
      do i=1,1
         print*,a
      enddo
      call toto
      end
Fin de TATd


function TATe
TATe appelle toto:

(a)
      do i=1,1
         print*,a
      enddo
      call toto
tata.f->TATe->30
      end
Fin de TATe


function TATf
TATf appelle toto:

(a)
      do i=1,1
         print*,a
      enddo
      call toto
      end
Fin de TATf


function TATg
TATg appelle toto:

(a)
      do i=1,1
         print*,a
tata.f->TATg->40
      enddo
      call toto
      end
Fin de TATg


function TATh
TATh appelle toto:

(a)
      do i=1,1
         print*,a
      enddo
      call toto
      end
Fin de TATh


function TATi
TATi appelle toto: qui inclut 1 fichier:

(a)
tata.f->TATi->50
      include "dudu.h"
      do i=1,1
         print*,a
      enddo
      call toto
      end
Fin de TATi


function TATj
TATj appelle toto: qui inclut 1 fichier:

(a)
      include "dudu.h"
      do i=1,1
         print*,a
tata.f->TATj->60
      enddo
      call toto
      end
Fin de TATj


function TATk
TATk appelle toto: qui effectue 2 inclusions de fichiers:

(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
Fin de TATk


function TATl
TATl appelle toto: qui inclut 1 fichier:

(a)
      include "dudu.h"
      do i=1,1
         print*,a
      enddo
      call toto
      end
Fin de TATl