ZCORE (3I)     version 4.6.9     March 2022

User Intro    Prog Intro    Liste des programmes    Liste des manuels
Table of Contents


NAME

zcore, c_zcore, zooref, c_zcore_float, flcore, fillbuf- initialisation d'un tableau

SYNOPSIS

subroutine zcore(tab,n)
integer tab,n

subroutine zcoref(tab,n)
real tab
integer n

subroutine flcore(tab,n,ival)
integer tab,n,ival

zcore_(tab,n)
Fort_int *tab, *n;

c_zcore(tab,n)
Fort_int *tab; int n;

c_zcore_float(tab,n)
float *tab; int n;

flcore_(tab,n,ival)
Fort_int *tab, *n, *ival;

fillbuf(tab,n,ival)
char *tab;int n, ival;

DESCRIPTION

zcore, c_zcore placent n mots nuls de type Fort_int, dans tab.

zcoref, c_zcore_float placent n mots nuls de type float, dans tab.

flcore (flcore_) place n mots de type Fort_int contenant la valeur ival dans tab.

fillbuf place n octets contenant la valeur ival dans tab.