Today's changes.
More changes.
This commit is contained in:
parent
cb27443abf
commit
8ad517944e
73 changed files with 2865 additions and 1293 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#define stdout bstdout
|
||||
|
||||
char mode; /* '\0', 'e', 'f', 'h' */
|
||||
char bflag; /* ignore multiple and trailing blanks */
|
||||
char rflag; /* recurse down directory trees */
|
||||
|
|
|
|||
|
|
@ -26,6 +26,8 @@ void
|
|||
done(int status)
|
||||
{
|
||||
rmtmpfiles();
|
||||
Bflush(&stdout);
|
||||
Bterm(&stdout);
|
||||
switch(status)
|
||||
{
|
||||
case 0:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue