代码搜索:drive 有哪些应用?
找到约 10,000 项符合「drive 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/309649/13666920
c drvalid.c
/* +++Date last modified: 05-Jul-1997 */
/*
** DRVALID.C - validate disk drives
**
** Original Copyright 1988-1991 by Bob Stout as part of
** the MicroFirm Function Library (MFL)
**
** Th
www.eeworm.com/read/309649/13667098
c getdcwd.c
/* +++Date last modified: 05-Jul-1997 */
/*
** GETDCWD.C - returns the current working directory for a specific drive
**
** public domain by Bob Jarvis, modified by Bob Stout
** OS/2 compatibil
www.eeworm.com/read/309649/13667128
c isramdsk.c
/* +++Date last modified: 05-Jul-1997 */
/*
** isRamDsk() - Determine if a drive is a RAM disk
**
** Call with drive letter ('a' - 'z', 'A' - 'Z')
**
** Returns True_, False_, or Error_
**
www.eeworm.com/read/309649/13667487
c iswprot.c
/* +++Date last modified: 05-Jul-1997 */
/*
** ISWPROT.C - Detect if floppy drive is write protected
**
** public domain by Bob Stout w/ corrections & additions by Wayne King
*/
#include
www.eeworm.com/read/309141/13680876
p cmdline.p
/* Protogen Version 1.06 Wednesday October 25, 1995 20:00:23 */
/* Srchpath.c */
char *parsepath(char *path, char *buffer); /* STATIC */
F
www.eeworm.com/read/308442/13700936
c bdos.c
#include
#include
void main(void)
{
int drive;
drive = bdos(0x19, 0, 0);
printf("Current drive is %c\n", 'A' + drive);
}
www.eeworm.com/read/308442/13700993
c split.c
#include
#include
#include
void main (void)
{
char *path_1 = "C:\\SUBDIR\\FILENAME.EXT";
char *path_2 = "SUBDIR\\FILENAME.EXT";
char *path_3 = "FILE
www.eeworm.com/read/308442/13701023
c test_a.c
#include
#include
void main(void)
{
char buffer[8192];
// Try reading head 1, track 1, sector 1
if (biosdisk(2, 0, 1, 1, 1, 1, buffer))
printf("Error acces
www.eeworm.com/read/307064/13732186
c darwin.c
/* GKrellM
| Copyright (C) 1999-2006 Bill Wilson
|
| Author: Bill Wilson billw@gkrellm.net
| Latest versions might be found at: http://gkrellm.net
|
| Darwin code: Ben Hines