strtoi() is complementary to strtoui() returning size_t. But, intptr_t is complementary to uintptr_t, and ptrdiff_t is complementary to size_t. I know it doesn't matter on flat-memory platforms, but nevertheless, we try to keep things organized in a portable way. Signed-off-by: Simon Rozman <simon@rozman.si>