delorie.com/archives/browse.cgi | search |
Date: | Fri, 30 Apr 93 08:23:30 EDT |
From: | DJ Delorie <dj AT ctron DOT com> |
To: | alane AT wozzle DOT linet DOT org |
Cc: | djgpp AT sun DOT soe DOT clarkson DOT edu |
Subject: | Re: Truncating a file |
> void trunc(int fd, long where) > { > fseek(fd,where,SEEK_SET); > write(fd,(void*)0,0); > } This looks just like libsrc/c/sys/ftruncate.c!
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |