diff options
Diffstat (limited to 'unix/boot/spp/rpp/ratlibf/getc.f')
-rw-r--r-- | unix/boot/spp/rpp/ratlibf/getc.f | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/boot/spp/rpp/ratlibf/getc.f b/unix/boot/spp/rpp/ratlibf/getc.f new file mode 100644 index 00000000..1dfabd93 --- /dev/null +++ b/unix/boot/spp/rpp/ratlibf/getc.f @@ -0,0 +1,6 @@ + integer function getc (c) + integer c + integer getch + getc = getch (c, 0) + return + end |