fopen64是linux特有 的,fopen64()函数和fopen()函数相同的,只是底层的文件描述符创建是带有O_LARGEFILE标志。fopen64()函数为了加载大型文件所做的扩展。
参考文献:
http://cboard.cprogramming.com/c-programming/149806-difference-between-fopen-fopen64.html
http://www.mkssoftware.com/docs/man3/fopen.3.asp
http://forum.ubuntu.org.cn/viewtopic.php?t=23741