Keil Logo Arm Logo

About microlib

About microlib

Microlib is an alternative library to the default C library. It is intended for use with deeply embedded applications that must fit into extremely small memory footprints. These applications do not run under an operating system.

Note

Microlib does not attempt to be an ISO C-compliant library.

Microlib is highly optimized for small code size. It has less functionality than the default C library and some ISO C features are completely missing. Some library functions are also slower.

Functions in microlib are responsible for:

  • Creating an environment that a C program can execute in. This includes:

    • creating a stack

    • creating a heap, if required

    • initializing the parts of the library the program uses.

  • Starting execution by calling main().

Copyright © 2007-2008, 2011-2012 ARM. All rights reserved.ARM DUI 0378D
Non-ConfidentialID062912

Keil logo

Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.