Skip to content

minimal libc: add strtoll and strtoull functions #36645

@mglettig

Description

@mglettig

Is your enhancement proposal related to a problem? Please describe.
I'm using a Nordic NRF9160 chip. This supports AT_PARSER a lib which servers the built-in cellular modem using AT commands. Due to that fact that this lib needs strtoll and strtoull they added a dependency to newlibc. This dependency is new with the latest SDK that has a new version of AT_PARSER. Using newlibc is not possible for me due to incompatibility with Civetweb.

Describe the solution you'd like
I would be happy if somebody could add strtoll and strtoull functions to the minimal libc.

Describe alternatives you've considered
I tried to switch to newlibc which didn't succeed due to a incompatibility with Civetweb.

Additional context
Discussion in Nordic Forum
#16511

Metadata

Metadata

Assignees

Labels

EnhancementChanges/Updates/Additions to existing featuresarea: Minimal libcMinimal C Standard Library

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions