•  Back 
  •  Libraries 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : Pure C Library Documentation
Author      : John Kormylo
Version     : LIB.HYP 1.0
Subject     : Documentation/Pure C Library
Nodes       : 1309
Index Size  : 32068
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : en
@default    : 
@help       : Help
@options    : +g -i -s +x +z -t4
@width      : 75
View Ref-File[ Dfree ]

#include <tos.h>

int Dfree( DISKINFO *buf, int driveno );

  <buf> is a buffer structure (passed by address).
  <driveno> is the drive number (0=A, 1=B, 2=C, ...).


Function puts information about the free/total disk space for the
specified drive into the DISKINFO structure.

It returns 0 normally, or a BIOS/GEMDOS Error Code.

GEM Opcode 54

See also GEMDOS.