ack/lang/cem/libcc.ansi/pure
2018-06-21 23:00:33 +02:00
..
locale Move the pure locale functions into the new pure directory. 2018-06-21 22:54:25 +02:00
math The maths library is pure. 2018-06-21 23:00:33 +02:00
setjmp Moved the setjmp functions into the new pure directoy. 2018-06-21 22:55:42 +02:00
stdlib Move the pure stdlib functions into the new pure directory. 2018-06-21 22:52:31 +02:00
string Rethink the libc layout. 2018-06-21 22:47:02 +02:00
README.md Rethink the libc layout. 2018-06-21 22:47:02 +02:00

This directory contains only pure-code libc functions with no dependencies on anything other than other pure functions (for example: strcmp, div). There should be no reason why any platform won't want these in its libc.