tree: 08a066fe5dc61b79b3880f59f4ed2ada343b3394 [path history] [tgz]
  1. arith64.c
  2. cz.c
  3. README.md
  4. xmake.lua
sdk/lib/crt/README.md

C runtime functions

This library includes functions that the C compiler may require for a working C implementation. Functions are added here as needed. It currently contains

  • cz.c, which provides clz and ctz (count leading / trailing zeroes).