| Close | Back |
#include<stdio.h>
#include<conio.h>
#include<dos.h>
#include<math.h>
#include<string.h>
#include<ctype.h>
#include<stdlib.h>
#include<rajesh.h>
void interrupt (*oldkey)();
void interrupt (newkey)();
main()
{
printf("\nBye See Ya After Reboot");
oldkey=getvect(0x09);
setvect(0x09,newkey);
keep(0, (_SS + (_SP/16) - _psp));
return;
}
void interrupt newkey()
{
}