commit | afe151fb025bada5314cffd1bf7077d2860bf362 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Sep 04 16:26:51 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Sep 04 16:32:00 2015 -0700 |
tree | dc066c1f24fe072e974765feb294b10a12b38d49 | |
parent | 478da6374b5f4a5742566edfe3057c674a51615e [diff] [blame] |
Add ParseInt (and ParseUint). strtol and family are hard to use correctly, and most callers don't even try. Change-Id: I2833622a92cccd4662c0c5bdbbef5eeb4e496914
diff --git a/base/Android.mk b/base/Android.mk index 51dd736..a09a747 100644 --- a/base/Android.mk +++ b/base/Android.mk
@@ -26,6 +26,7 @@ libbase_test_src_files := \ file_test.cpp \ logging_test.cpp \ + parseint_test.cpp \ stringprintf_test.cpp \ strings_test.cpp \ test_main.cpp \