Re: lseek: Value too large for defined data type
- From: David Schwartz <davids@xxxxxxxxxxxxx>
- Date: Wed, 25 Jul 2007 01:06:16 -0700
On Jul 24, 11:29 pm, guru <guru.nav...@xxxxxxxxx> wrote:
But if I dont include this header file, it should give warning?.
If you turn the appropriate warning on.
and
How, including of this header file affecting the return value of
lseek.
It tells the compiler what type 'lseek' returns. With the wrong type,
it could be looking in the wrong place completely (the register
instead of the stack, the wrong register, and so on) so it's not
surprising you get garbage.
DS
.
- References:
- lseek: Value too large for defined data type
- From: guru
- Re: lseek: Value too large for defined data type
- From: spacecriter \(Bill C\)
- Re: lseek: Value too large for defined data type
- From: guru
- Re: lseek: Value too large for defined data type
- From: Tim Southerwood
- Re: lseek: Value too large for defined data type
- From: guru
- Re: lseek: Value too large for defined data type
- From: guru
- lseek: Value too large for defined data type
- Prev by Date: Re: lseek: Value too large for defined data type
- Next by Date: Disk benchmark tool
- Previous by thread: Re: lseek: Value too large for defined data type
- Next by thread: Re: lseek: Value too large for defined data type
- Index(es):