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: T f

⟦68f989863⟧ TextFile

    Length: 1039 (0x40f)
    Types: TextFile
    Names: »figure16.tex«

Derivation

└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape
    └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« 
        └─⟦d3ac74d73⟧ 
            └─⟦this⟧ »isode-5.0/doc/cookbook/figure16.tex« 
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« 
        └─⟦de7628f85⟧ 
            └─⟦this⟧ »isode-6.0/doc/cookbook/figure16.tex« 

TextFile

\File{figure16.c},{10:46},{Feb 28 1988}
\L{\LB{}\Tab{8}{\K{case} OK:}\Tab{32}{\C{}\/* got a result\/error response *\/\CE{}}}
\L{\LB{\Proc{switch}}\Tab{8}{    \K{switch} (response) \{}}
\L{\LB{}\Tab{16}{\K{case} RY\_RESULT:}\Tab{32}{\C{}\/* got a result *\/\CE{}}}
\L{\LB{}\Tab{16}{    \{}}
\L{\LB{}\Tab{24}{\K{register} \K{struct} type\_MODULE\_result *res =}}
\L{\LB{}\Tab{32}{    (\K{struct} type\_MODULE\_result *) out;}}
\L{\LB{}}
\L{\LB{\C{}\/* do something with ``res\'\' here... *\/\CE{}}}
\L{\LB{}}
\L{\LB{}\Tab{24}{free\_MODULE\_result (res);}}
\L{\LB{}\Tab{24}{\K{break};}}
\L{\LB{}\Tab{16}{    \}}}
\L{\LB{}\Tab{8}{}}
\L{\LB{}\Tab{16}{\K{case} error\_MODULE\_error1:}}
\L{\LB{}\Tab{16}{    \{}}
\L{\LB{}\Tab{24}{\K{register} \K{struct} type\_MODULE\_parameter *parm =}}
\L{\LB{}\Tab{32}{    (\K{struct} type\_MODULE\_parameter *) out;}}
\L{\LB{}}
\L{\LB{\C{}\/* do something with ``parm\'\' here... *\/\CE{}}}
\L{\LB{}}
\L{\LB{}\Tab{24}{free\_MODULE\_parameter (parm);}}
\L{\LB{}\Tab{24}{\K{break};}}
\L{\LB{}\Tab{16}{    \}}}