= C = '''C''' is a statically-typed programming language. The design goals were minimalism and mirroring bare metal computer architecture, so as to simplify the process of porting C to new platforms. It allows low-level memory management and features a very concise standard library. <> ---- == Syntax == * [[C/ANSISequences|ANSI sequences]] * [[C/Include|Include]] ---- == See also == [[https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html|GNU C user manual]] [[https://man.archlinux.org/man/gcc.1|gcc(1)]] [[https://man.archlinux.org/man/extra/clang/clang.1.en|clang(1)]] ---- CategoryRicottone