Commits

Raymond Lu committed 3431f74c438
[svn-r13588] A support of files bigger than 2GB for STDIO driver. Configure will check if fseeko is available. Using it instead of fseek can support big files because the offset is of type off_t not long int. Also added the test for STDIO in big.c.