freespac.txt
上传用户:xiaoan1112
上传日期:2013-04-11
资源大小:19621k
文件大小:0k
源码类别:

操作系统开发

开发平台:

Visual C++

  1. SUMMARY return amount of freespace on a drive
  2. #include <tools.h>
  3. long freespac (d)
  4. int d;
  5. DESCRIPTION
  6. Return free space on current drive ...
  7. RETURN VALUE
  8. Free space or -1 if error.... ?
  9. IMPLEMENTATION
  10. SEE ALSO   
  11. NOTE
  12. EXAMPLE