home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Extra Super CD 1998 January
/
PCPLUS131.iso
/
DJGPP
/
V2
/
DJLSR201.ZIP
/
src
/
libc
/
compat
/
io
/
chsize.txh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-02-04
|
254 b
|
17 lines
@node chsize, io
@subheading Syntax
@example
#include <io.h>
int chsize(int handle, long size);
@end example
@subheading Description
Just calls ftruncate (@pxref{ftruncate}).
@subheading Return Value
Zero on success, -1 on failure.