Introduction The C language provides no built-in facilities for performing such common operations as input/output, memory management, string manipulation, and the like. Instead, these facilities are dened in a standard library, which you compile and link with your programs. The GNU C library, descr