The Standard C and Xilinx C libraries provide standard C library functions and functions to access peripherals for the MicroBlaze and PowerPC processors. The Standard C library (libc.a) contains standard C functions compiled for the target processor, with header files located in the include directory. The Xilinx C library (libxil.a) contains exception and interrupt handlers. Both libraries are included automatically during compilation. Smaller input/output functions like print, putnum, and xil_printf are also provided in the libraries.