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 l

⟦7ed48c947⟧ TextFile

    Length: 611 (0x263)
    Types: TextFile
    Names: »llib-lmmdf«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦3658e588a⟧ »EurOpenD3/mail/mh/mh-6.7.tar.Z« 
        └─⟦c75e36ecb⟧ 
            └─⟦this⟧ »mh-6.7/mts/mmdf/llib-lmmdf« 

TextFile

/* LINTLIBRARY */

#include "../mts/mmdf/util.h"
#include "../mts/mmdf/mmdf.h"

char   *OfficialName(n) char *n; { return OfficialName(n); }
int	mm_init() { return mm_init(); }
int	mm_sbinit() { return mm_sbinit(); }
int	mm_winit(a,b,c) char *a,*b,*c; { return mm_winit(a,b,c); }
int	mm_sbend() { return mm_sbend(); }
int	mm_end(s) { return mm_end(s); }
int	mm_waend() { return mm_waend(); }
int	mm_wtxt(b,n) char *b; { return mm_wtxt(b,n); }
int	mm_wtend() { return mm_wtend(); }
int	mm_rrply(r,n) struct rp_bufstruct *r; int *n; { return mm_rrply(r,n); }
int	mm_wadr(h,m) char *h,*m; { return mm_wadr(h,m); }