DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: I T

⟦5f9076e1a⟧ TextFile

    Length: 1115 (0x45b)
    Types: TextFile
    Names: »IMISC-13.c«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦e83f91978⟧ »EurOpenD22/isode/osimis-2.0.tar.Z« 
        └─⟦d846658bd⟧ 
            └─⟦this⟧ »osimis/misode/imisc/IMISC-13.c« 

TextFile

/* automatically generated by pepy 6.0 #3 (embarcadero.cs.ucl.ac.uk), do not edit! */

#include "psap.h"

#define	advise	PY_advise

void	advise ();

/* Generated from module IMISC */

#include <stdio.h>
#include "IMISC-types.h"

#ifndef PEPYPARM
#define PEPYPARM char *
#endif /* PEPYPARM */
extern PEPYPARM NullParm;
# line 92 "IMISC-types.py"


free_IMISC_IA5List (arg)
struct type_IMISC_IA5List *arg;
{
    struct type_IMISC_IA5List *parm = arg;

    if (parm == NULL)
	return;

    for (parm = parm; parm;) {
        struct type_IMISC_IA5List *f_parm = parm -> next;

        if (parm -> IA5String)
            free_UNIV_IA5String (parm -> IA5String),
                parm -> IA5String = NULL;

        if (parm)
            free ((char *) parm);
        parm = f_parm;
    }

}

free_IMISC_TimeResult (arg)
struct type_IMISC_TimeResult *arg;
{
    struct type_IMISC_TimeResult *parm = arg;

    if (parm == NULL)
	return;


    free ((char *) arg);
}

free_IMISC_Empty (arg)
struct type_IMISC_Empty *arg;
{
    struct type_IMISC_Empty *parm = arg;

    if (parm == NULL)
	return;


    free ((char *) arg);
}