|
Last change
on this file since 6ab7550 was b28a12e, checked in by Thomas Lopatic <thomas@…>, 8 years ago |
|
Zero redundant declarations.
|
-
Property mode
set to
100644
|
|
File size:
365 bytes
|
| Rev | Line | |
|---|
| [f40a309] | 1 | /*
|
|---|
| 2 | =============================================================================
|
|---|
| 3 | pause.c -- output a message and wait for a CR
|
|---|
| 4 | Version 3 -- 1987-07-15 -- D.N. Lynx Crowe
|
|---|
| 5 | =============================================================================
|
|---|
| 6 | */
|
|---|
| 7 |
|
|---|
| [b28a12e] | 8 | #include "ram.h"
|
|---|
| [f40a309] | 9 |
|
|---|
| [7258c6a] | 10 | void pause(int8_t *s)
|
|---|
| [f40a309] | 11 | {
|
|---|
| 12 | writeln(CON_DEV, s);
|
|---|
| 13 | writeln(CON_DEV, "\r\n");
|
|---|
| 14 | waitcr();
|
|---|
| 15 | }
|
|---|
| [6262b5c] | 16 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.