Libraries

There are several run-time libraries supplied with ELLCC. The libraries are used at program link time to satisfy references to functionality provided by the library that you use in your application code.

Compiler Run-Time

The compiler run-time library, libcompiler-rt, …

C Standard Library

The C standard library, libc, …

C++ Standard Library

The C++ standard library, libc++, …

Other Libraries Included with ELLCC

Several other libraries …