mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add atoi, atol, strtol
This commit is contained in:
parent
1968a6fac4
commit
50fd5f33bf
11 changed files with 307 additions and 55 deletions
|
@ -2,7 +2,7 @@
|
|||
#define SPROUT_CSTDLIB_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/cstdlib/abs.hpp>
|
||||
#include <sprout/cstdlib/div.hpp>
|
||||
#include <sprout/cstdlib/conversion.hpp>
|
||||
#include <sprout/cstdlib/arithmetic.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_CSTDLIB_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue