#include "dos.h"
main()
{
REGS i,o;
int86(0x18,&i,&o);
return 0;
}