|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 366 (0x16e) Types: TextFile Notes: UNIX file Names: »strutil.h«
└─⟦8c4f54e61⟧ Bits:30004068/disk2.imd Interactive TCP/IP v.1.2 └─⟦8c4f54e61⟧ UNIX Filesystem └─⟦this⟧ »hb/new/usr/include/sys/strutil.h«
/* * 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