Added a macro for "empty_line" which will go between test cases.

This commit is contained in:
Joel Sherrill
1996-06-13 16:45:11 +00:00
parent ce0f7d95d6
commit 728b5a7bb4
3 changed files with 6 additions and 0 deletions

View File

@@ -78,6 +78,8 @@
fflush(stdout); \
} while ( 0 )
#define empty_line() puts( "" )
#endif
/* end of file */