#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.


















