libc 0.2.12

A library for types and bindings to native C functions often found in libc or other common platform libraries.
Documentation
# Configuration of which linkers to call on Travis for various architectures

[target.arm-linux-androideabi]
linker = "arm-linux-androideabi-gcc"

[target.arm-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc-4.7"

[target.mips-unknown-linux-gnu]
linker = "mips-linux-gnu-gcc-5"

[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"