DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

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

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦02a502b3e⟧ TextFile

    Length: 366 (0x16e)
    Types: TextFile
    Notes: UNIX file
    Names: »strutil.h«

Derivation

└─⟦8c4f54e61⟧ Bits:30004068/disk2.imd Interactive TCP/IP v.1.2
└─⟦8c4f54e61⟧ UNIX Filesystem
    └─⟦this⟧ »hb/new/usr/include/sys/strutil.h« 

TextFile

/*
 * streams utility functions and definitions
 */
#ident "@(#)strutil.h	1.1 - 88/04/06"

#define MTYPE(mptr)	(mptr)->b_datap->db_type
#define MCONT(mptr)	((mptr)->b_cont)
#define MNEXT(mptr)	((mptr)->b_next)
#define MLIMIT(mptr)	((mptr)->b_datap->db_lim)
#define MREFCOUNT(mptr) ((mptr)->b_datap->db_ref)

#ifndef MAX
#define MAX(a,b)	((a)>(b) ? (a) : (b))
#endif