delorie.com/djgpp/doc/libc/libc_697.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <dir.h> int setdisk(int drive); |
This function sets the current disk (0=A).
See also getdisk.
The highest drive actually present that the system can reference.
ANSI/ISO C | No |
POSIX | No |
printf("There are %d drives\n", setdisk(getdisk())); |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |