G
gus bjorklund
Guest
on Linux and UNIX you can call the C function ftruncate () (or truncate () if file not open) to reduce the length of the file by 1 byte. that might accomplish what you want.
Continue reading...
Continue reading...