9 lines
115 B
C
9 lines
115 B
C
#include <stdlib.h>
|
|
#include <malloc.h>
|
|
|
|
void main()
|
|
{
|
|
_heapshrink();
|
|
system( "chdir c:\\watcomc" );
|
|
}
|