Changeset 4b374f36 in rtems for testsuites/support
- Timestamp:
- 08/17/95 19:36:43 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3b438fa
- Parents:
- 556fb911
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/support/include/tmacros.h
r556fb911 r4b374f36 12 12 * notice must appear in all copies of this file and its derivatives. 13 13 * 14 * $Id$14 * tmacros.h,v 1.2 1995/05/31 17:00:10 joel Exp 15 15 */ 16 16 … … 70 70 do { \ 71 71 char buffer[ 80 ]; \ 72 printf( "<pause - screen %d> 72 printf( "<pause - screen %d>", (_screen) ); fflush( stdout ); \ 73 73 gets( buffer ); \ 74 74 puts( "" ); \
Note: See TracChangeset
for help on using the changeset viewer.