1 |
– |
/* Copyright (c) 1992 Regents of the University of California */ |
2 |
– |
|
1 |
|
#ifndef lint |
2 |
< |
static char SCCSid[] = "$SunId$ LBL"; |
2 |
> |
static const char RCSid[] = "$Id$"; |
3 |
|
#endif |
6 |
– |
|
4 |
|
/* |
5 |
< |
* oki20c.c - program to dump pixel file to OkiMate 20 color printer. |
5 |
> |
* oki20.c - program to dump pixel file to OkiMate 20 printer. |
6 |
|
*/ |
7 |
|
|
8 |
|
#include <stdio.h> |
9 |
|
#ifdef MSDOS |
10 |
|
#include <fcntl.h> |
11 |
|
#endif |
12 |
+ |
#include <time.h> |
13 |
|
|
14 |
|
#include "color.h" |
15 |
|
#include "resolu.h" |
43 |
|
dofilter++; |
44 |
|
argv++; argc--; |
45 |
|
} |
48 |
– |
#ifdef _IOLBF |
49 |
– |
stdout->_flag &= ~_IOLBF; |
50 |
– |
#endif |
46 |
|
if (argc < 2) |
47 |
|
status = printp(NULL) == -1; |
48 |
|
else |