Sujet : Re: getOpsFromSelf() (Long Post)
De : ram (at) *nospam* zedat.fu-berlin.de (Stefan Ram)
Groupes : comp.lang.cDate : 26. Feb 2024, 22:22:33
Autres entêtes
Organisation : Stefan Ram
Message-ID : <fseek-20240226222154@ram.dialup.fu-berlin.de>
References : 1 2 3 4
Spiros Bousbouras <
spibou@gmail.com> writes:
fseek(bin, -3, SEEK_END); // jump 3 bytes before end of file
A binary stream need not meaningfully support fseek calls
with a whence value of SEEK_END.