◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ─────Run-Time Library─────────────────────────────────────────────────────── Include: <io.h>, <errno.h> Syntax: int _chsize( int handle, long size ); Returns: 0 if the size change is successful, or -1 if not. errno: EACCES, EBADF, ENOSPC See also: _open, _creat, _chmod, _utime, _fstat -♦-