|
|
1.1 ! root 1: /* (-lgl ! 2: * COHERENT 386 Device Driver Kit release 2.0 ! 3: * Copyright (c) 1982, 1992 by Mark Williams Company. ! 4: * All rights reserved. May not be copied without permission. ! 5: -lgl) */ ! 6: #ifndef __DISP_H__ ! 7: #define __DISP_H__ ! 8: ! 9: #define JUSTIFY 03 /* justify mask */ ! 10: #define JLEFT 00 /* left justify */ ! 11: #define JRIGHT 01 /* right justify */ ! 12: #define PAD 06 /* pad mask */ ! 13: #define PBLK 00 /* pad character blank */ ! 14: #define P0 02 /* pad character 0 */ ! 15: ! 16: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.