Library functions

Matching exercise

    
Match the items on the right to the items on the left.
time.h
ctype.h
stdarg.h
signal.h
setjmp.h
This header file contains all the time-related functions
This header file contains all character handling functions.
Variable argument functions are defined in this header file.
All the signal handling functions are defined in this header file.
This file contains all the jump functions.