FooBarWidget / boyer-moore-horspool

Booyer-Moore-Horspool string search algorithm implementation in C++
112 stars 19 forks source link

Use int instead of ssize_t #2

Closed zamazan4ik closed 8 years ago

zamazan4ik commented 8 years ago

Hello.

ssize_t (not size_t) is not portable type. You should use int instead.

FooBarWidget commented 8 years ago

Thanks for letting me know. Let's continue the discussion in pull request #3.