◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Include: <dos.h>, <errno.h> Syntax: unsigned _dos_getdiskfree( unsigned drive, struct diskfree_t *diskspace ); Returns: 0 if successful, or the DOS error code if not. errno: EINVAL See also: _dos_getdrive, _dos_setdrive -♦-