Files
Upsilon/liba
Émilie Feral 60dcecea73 Merge changes I8ee7d119,Ibf8d2f54,I5fb92299,I07315f1b
* changes:
  [ion] Initialize static C++ objects
  [liba] Define __aeabi_atexit
  [libaxx] Define __cxa_atexit
  [libaxx] Explicitely define __cxa_pure_virtual
2016-12-08 15:19:29 +01:00
..
2016-12-05 12:01:22 +01:00
2016-12-08 14:50:12 +01:00
2016-10-25 11:01:21 +02:00
2016-12-08 14:50:12 +01:00
2015-09-01 22:58:16 +02:00

liba is an adhoc libc.

Warning: you must call "liba_init()" before using liba.

We need a very small subset of the functionality provided by the standard C
library. We could use an available libc implementation, but those are usually
way too large and may have problematic licenses.

It wouldn't even be fair to call liba a libc at all since it doesn't come close
to implementing a significant portion of the standard. However, we do need some
functionality usually provided by libc, so instead of reinventing the wheel we
just implement the same entities (types, functions, etc…).