commit | 4fd24a4341b718a3901eb18c91f029a2765415b5 | [log] [tgz] |
---|---|---|
author | Gerhard Jörges <joerges@metratec.com> | Tue Dec 14 10:23:26 2021 +0100 |
committer | Carles Cufí <carles.cufi@nordicsemi.no> | Thu Mar 24 11:03:06 2022 +0100 |
tree | 0517f8e2c8852b97186b471966c31dbfe0e7e064 | |
parent | 869ae2b5acb6186172bfc057056f53bebc8c5a05 [diff] |
libc: minimal: Add strtoll() and strtoull() - strtoll() and strtoull() are copies of strtol() and strtoul() with types changed to long long instead of long. - added tests - added documentation - removed stubs from civetweb sample Signed-off-by: Gerhard Jörges <joerges@metratec.com>