11 lines
97 B
C
11 lines
97 B
C
|
#include <out.h>
|
||
|
#include <arch.h>
|
||
|
#include <ranlib.h>
|
||
|
|
||
|
do_close()
|
||
|
{
|
||
|
output();
|
||
|
|
||
|
wr_close();
|
||
|
}
|