Skip to content

Commit

Permalink
Implement strtol family using PDCLib
Browse files Browse the repository at this point in the history
This also adds a non-standard strtosc/strtouc and strto[u]i for char and
int, respectively.
  • Loading branch information
mysterymath committed Jan 14, 2024
1 parent c517e8b commit a1a8d22
Show file tree
Hide file tree
Showing 4 changed files with 454 additions and 0 deletions.
1 change: 1 addition & 0 deletions mos-platform/common/c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ add_platform_library(common-c
abs.cc
atoi.cc
div.cc
stdlib.c
stdlib.cc
new.cc

Expand Down
Loading

0 comments on commit a1a8d22

Please sign in to comment.