The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

dvi2bitmap  dvi2bitmap1.0
Byte.h
Go to the documentation of this file.
1 /* This file is part of dvi2bitmap; see README for copyrights and licence */
2 
3 #ifndef BYTE_HEADER_READ
4 #define BYTE_HEADER_READ 1
5 
6 // I believe this to be the only machine-dependent bit, since in
7 // principle a byte could be different from an unsigned char on some
8 // odd platforms. We don't even have to worry about bytesex.
9 typedef unsigned char Byte;
10 
11 #endif // #ifdef BYTE_HEADER_READ

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.