MED fichier
Macros | Fonctions | Variables
Référence du fichier filecf.c
#include <med.h>
#include "med_config.h"
#include "med_outils.h"
#include <string.h>
#include <stdlib.h>
Graphe des dépendances par inclusion de filecf.c:

Aller au code source de ce fichier.

Macros

#define nmfifope   F77_FUNC(mfifope,MFIFOPE)
 
#define nmfifvop   F77_FUNC(mfifvop,MFIFVOP)
 
#define nmfifclo   F77_FUNC(mfifclo,MFIFCLO)
 
#define nmfifnam   F77_FUNC(mfifnam,MFIFNAM)
 
#define nmfifcow   F77_FUNC(mfifcow,MFIFCOW)
 
#define nmfifcor   F77_FUNC(mfifcor,MFIFCOR)
 
#define nmfifnvr   F77_FUNC(mfifnvr,MFIFNVR)
 
#define nmfifsvr   F77_FUNC(mfifsvr,MFIFSVR)
 
#define nmfifcom   F77_FUNC(mfifcom,MFIFCOM)
 
#define nmfifomn   F77_FUNC(mfifomn,MFIFOMN)
 
#define nmfifoun   F77_FUNC(mfifoun,MFIFOUN)
 
#define nmfifoex   F77_FUNC(mfifoex,MFIFOEX)
 
#define nmfifexi   F77_FUNC(mfifexi,MFIFEXI)
 

Fonctions

void f77Api3IsSet (void *obj)
 
med_idt nmfifvop (const char const *name, const int const *access, const med_int *const major, const med_int *const minor, const med_int *const release, const med_int *const len)
 
med_idt nmfifope (const char const *name, const int const *access, const med_int const *len)
 
med_int nmfifnam (med_idt *fid, char const *filename, const med_int const *filenamelen)
 
med_int nmfifclo (med_idt *fid)
 
med_int nmfifcow (const med_idt const *fid, const char const *comment, const med_int *commentlen)
 
med_int nmfifcor (const med_idt const *fid, char const *comment, const med_int *commentlen)
 
med_int nmfifnvr (const med_idt const *fid, med_int *const major, med_int *const minor, med_int *const release)
 
med_int nmfifsvr (const med_idt const *fid, char *const medversion, const med_int const *len)
 
med_int nmfifcom (const char const *name, const med_int const *len, med_int *hdfok, med_int *medok)
 
med_int nmfifomn (med_idt *fid, char *fname, med_int *len, med_int *class)
 
med_int nmfifoun (const med_idt const *fid, med_idt const *mid, const med_int const *class)
 
med_int nmfifoex (const med_idt const *fid, const med_int const *class, char *oname, med_int *len, med_int *oexist)
 
med_int nmfifexi (const char *const fname, med_int *len, const int const *access, med_int *fexist, med_int *accok)
 

Variables

void * MedVersionedApi3F