TC: void ctrlbrk( int (*fptr )(void) )



	- prototype in dos.h

	- sets a new control-break handler function pointed to by fptr
	- if Ctrl-C hit, then function pointed to by fptr is called
	- use longjmp() to return to a given point in the program