On 15Feb2007 22:59, Mathieu Malaterre <[EMAIL PROTECTED]> wrote: | On 2/8/07, Bram Moolenaar <[EMAIL PROTECTED]> wrote: | >Mathieu Malaterre wrote: | >> Could someone please add off_t / off64_t to the C syntax file. | > | >I'll add off_t, I think it's a generic type. | >I don't know off64_t. Is that for Linux? | | Yeah I am not sure, leave it alone. This comes from the 64bits hackish | API to read large file on unix. I don't know what microsoft came up | with. I guess they use __int64.
It's a standard type for POSIX. Include it! Look in unistd.h. -- Cameron Simpson <[EMAIL PROTECTED]> DoD#743 http://www.cskk.ezoshosting.com/cs/ It's there as a sop to former Ada programmers. :-) - Larry Wall regarding 10_000_000 in <[EMAIL PROTECTED]>