home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
rtsi.com
/
2014.01.www.rtsi.com.tar
/
www.rtsi.com
/
OS9
/
OSK
/
NETWORK
/
netpbm_src.lzh
/
NETPBM
/
PBM
/
mgr.h
< prev
next >
Wrap
Text File
|
1996-11-18
|
384b
|
26 lines
/* mgr.h - the following defs are taken from the MGR header file lib/dump.h
*/
#ifndef _MGR_H_
#define _MGR_H_
struct old_b_header {
char magic[2];
char h_wide;
char l_wide;
char h_high;
char l_high;
};
struct b_header {
char magic[2];
char h_wide;
char l_wide;
char h_high;
char l_high;
char depth;
char _reserved;
};
#endif /*_MGR_H_*/