home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
x
/
volume5
/
xldimage
/
part01
/
pbm.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1989-11-13
|
146 b
|
12 lines
/* pbm.h:
*
* PBM header file
*
* jim frost 10.15.89
*/
typedef struct {
unsigned char width[2];
unsigned char height[2];
} PBMCompact;