# include <limits.h>
This header file actually comes with the gcc compiler and can be found in the gcc-lib directory where you installed the cross-compiler. This header file contains compiler imposed limits on various data types, such as ULONG_MAX et. al. See the ISO C standard for a complete list of this header file's contents.