m_getdrv
This function sets *drivep to the drive letter of the current default drive. Reported values start at 'A'.
- Syntax: int far m_getdrv(char far *drivep)
- Parameters: char far *drivep - Pointer to the location to store the current drive
letter
- Returns: 0 - if successful
Any other value indicates an error condition.