diff options
Diffstat (limited to 'libgloss/rs6000/mvme-print.c')
-rw-r--r-- | libgloss/rs6000/mvme-print.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libgloss/rs6000/mvme-print.c b/libgloss/rs6000/mvme-print.c index 8d19542..d8f4c50 100644 --- a/libgloss/rs6000/mvme-print.c +++ b/libgloss/rs6000/mvme-print.c @@ -12,6 +12,9 @@ * the new terms are clearly indicated on the first page of each file where * they apply. */ +extern void __pcrlf(void); +extern void __outln(char *, char *); +extern void __outstr(char *, char *); /* * write -- write some bytes to the output device. |