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

⟦c2fd6ddc8⟧ TextFile

    Length: 140 (0x8c)
    Types: TextFile
    Names: »xm-3b1.h«, »xm-altos3068.h«, »xm-hp9k320.h«

Derivation

└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89
    └─⟦d53cfc7b2⟧ »./gcc-1.35.tar.Z« 
        └─⟦90f628c1d⟧ 
            └─⟦this⟧ »gcc-1.35/config/xm-3b1.h« 
            └─⟦this⟧ »gcc-1.35/config/xm-altos3068.h« 
            └─⟦this⟧ »gcc-1.35/config/xm-hp9k320.h« 

TextFile

#define USG

#include "xm-m68k.h"

#define bcopy(a,b,c) memcpy (b,a,c)
#define bzero(a,b) memset (a,0,b)
#define bcmp(a,b,c) memcmp (a,b,c)