1
0
Fork 0
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:
bolero-MURAKAMI 2012-04-15 00:48:31 +09:00
parent 1968a6fac4
commit 50fd5f33bf
11 changed files with 307 additions and 55 deletions

View file

@ -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