Categories

Thousands of experts bid on your personal project at ScriptLance.com

is the floppy disk ready

#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 accessing driven”);
else
printf(“Drive readyn”);
}

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

You must be logged in to post a comment.