====== C Library ====== ===== Online reference for the C (standard) library ===== C is an imperative programming language that the computer scientist Dennis Ritchie developed in the early 1970s at Bell Laboratories for System Programming of the operating system Unix. ==== C Library Overview ==== ^ Library ^ Description ^ | [[c:assert.h|]] |assertion | | [[c:ctype.h|]] |character classification | | [[c:math.h|]] |mathematical functions | | [[c:mysql:mysql.h|]] |MySQL implementation | | [[c:stdarg.h|]] |Variadic functions | | [[c:stdio.h|]] |file input/output | | [[c:stdlib.h|]] |Standard Library | | [[c:string.h|]] |string handling | | [[c:time.h|]] |date and time functions | | [[c:utime.h|]] |POSIX C library facilitates the setting of file access and modification times | | [[c:wchar.h|]] |wide-character types | ==== C Preprocessor ==== * [[c:preprocessor|]] ==== C control structures ==== * [[c:control_structures|]] ==== C datatypes ==== * [[c:datatypes|]] ==== C keywords ==== * [[c:keywords|]] ==== C compiler ==== * [[c:compiler|]] * [[c:compiler:gcc|]]