8 lines
114 B
C
8 lines
114 B
C
|
#include <stdio.h>
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
printf( "The number of open files is %d\n",
|
||
|
flushall() );
|
||
|
}
|