34 #define nmpffprw F77_FUNC(mpffprw,MPFFPRW)
35 #define nmpffnpf F77_FUNC(mpffnpf,MPFFNPF)
36 #define nmpffpfi F77_FUNC(mpffpfi,MPFFPFI)
37 #define nmpffprr F77_FUNC(mpffprr,MPFFPRR)
38 #define nmpffpsn F77_FUNC(mpffpsn,MPFFPSN)
43 MPFFPRW(
med_idt *fid,
char *pname,
unsigned int bidon1,
med_int *pnamelen,
87 MPFFPFI(
med_int *fid,
med_int *it,
char*pname,
unsigned int bidon1,
110 MPFFPSN(
med_int *fid,
char*pname,
unsigned int bidon1,
med_int *pnamelen,
141 MPFFPRR(
med_idt *fid,
char *pname,
unsigned int bidon1,
med_int *pnamelen,
MEDC_EXPORT med_err _MEDcstringFree(char *chaine)
MEDC_EXPORT med_int MEDnProfile(const med_idt fid)
Cette routine permet de lire le nombre de profil dans un fichier MED.
MEDC_EXPORT med_err MEDprofileInfo(const med_idt fid, const int profileit, char *const profilename, med_int *const profilesize)
Cette routine permet de lire les informations sur un profil dans un fichier MED.
MEDC_EXPORT med_err MEDprofileRd(const med_idt fid, const char *const profilename, med_int *const profilearray)
Cette routine permet de lire un profil dans un fichier MED.
MEDC_EXPORT med_int MEDprofileSizeByName(const med_idt fid, const char *const profilename)
Cette routine permet de lire la taille d'un profil dont on connait le nom.
MEDC_EXPORT med_err _MEDc2fString(const char *const chainec, char *const chainef, med_int longueur_buffer77)
MEDC_EXPORT char * _MED2cstring(char *chaine, int longueur)
MEDC_EXPORT med_err MEDprofileWr(const med_idt fid, const char *const profilename, const med_int profilesize, const med_int *const profilearray)
Cette routine permet d'écrire un profil dans un fichier MED.