Problem
Write a program that calls fwrite with a large buffer (about one gigabyte). Before calling f write, call alarm to schedule a signal in 1 second. In your signal handler, print that the signal was caught and return. Does the call to f write complete? What's happening?