blob: 4a53ad567d80bac23701442822a94aebfcfed2cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.
include "../lib/ids.h"
# IDSCHARS -- Write characters in the current plane
procedure idschars (xs, ys, data, length, size, orien)
int xs, ys # starting coordinates, GKI
char data[ARB] # the characters
int length # how many
int size # how big
int orien # character orientation
include "../lib/ids.com"
begin
# Not implemented yet.
end
|