commit | f1563751b3e4e9a384d815d195f0166610e225b4 | [log] [tgz] |
---|---|---|
author | Stephanos Ioannidis <root@stephanos.io> | Fri May 20 02:28:20 2022 +0900 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed May 25 14:52:29 2022 +0200 |
tree | 24a74e83197061a79619dc072f3f4bd42abe6c25 | |
parent | 35caf38ce779c2b5ada806a02d854b340eb4f961 [diff] |
libc: minimal: Add strtol implementation This commit adds the strtol function implementation that is licensed BSD-3-Clause, which is an OSI-approved license, with the modifications necessary for adoption into the Zephyr minimal C library. Origin: Newlib License: BSD 3-Clause URL: git://sourceware.org/git/newlib-cygwin.git Commit: 9042d0ce65533a26fc3264206db5828d5692332c Purpose: strtol function support in the minimal C library Signed-off-by: Stephanos Ioannidis <root@stephanos.io>