blob: 040272e2ec7c05b4f40ca2a030c8cb0187aff4f5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- ps.c.orig Wed Jun 17 02:29:19 1992
+++ ps.c Sat Jun 16 01:05:35 2007
@@ -2,10 +2,15 @@
#include <ctype.h>
#include <math.h>
#include <stdio.h>
+#include <string.h>
#include "defs.h"
#define byte_size 8
#define out_ln(instr) {out_string(instr); fb();}
#define APPENDED_MARKER -123 /* appended text coming */
+
+static send_string();
+static flush_string();
+static l_dofont();
/* module for PostScript specific functions, note that we expect the device
resolution is pxl_per_in, set by the calling program. All dimensions are expected
|