Skip to content
Snippets Groups Projects
Forked from Utils / KWSys
2143 commits behind the upstream repository.
Brad King's avatar
Brad King authored
ERR: Added casts to remove type conversion warnings.  Pointer differences can be 64-bit, but unsigned long is 32-bit on many platforms.  We know we are not traversing more data than can be handled by an unsigned long, though, because the length argument is an unsigned long.
ca4412de
History
KWSys provides a platform-independent API to many common system
features that are implemented differently on every platform.  This
library is intended to be shared among many projects.

You are probably reading this file in the source tree of a surrounding
project.  In that case, see "../README.kwsys" for details of using
KWSys in your project.