iso1.c->isolist.c iso2.c -> isofile2.c iso3.c -> isofile.c

This commit is contained in:
rocky
2006-04-15 15:45:25 +00:00
parent 32bc921144
commit c3e6beb4c1
7 changed files with 32 additions and 31 deletions

View File

@@ -1,4 +1,4 @@
$Id: README,v 1.24 2006/04/12 10:17:49 rocky Exp $
$Id: README,v 1.25 2006/04/15 15:45:25 rocky Exp $
This directory contains some simple examples of the use of the libcdio
library.
@@ -29,16 +29,16 @@ drives.c: A program to show drivers installed and what the default
eject.c: A program eject a CD from a CD-ROM drive and then close the door
again.
iso1.c: A program to show using libiso9660 to list files in a
isolist.c: A program to show using libiso9660 to list files in a
directory of an ISO-9660 image and give basic iso9660
information.
iso2.c: A program to show using libiso9660 to extract a file
from a CDRWIN cue/bin CD image.
iso3.c: A program to show using libiso9660 to extract a file from an
isofile.c: A program to show using libiso9660 to extract a file from an
ISO-9660 image.
isofile2.c: A program to show using libiso9660 to extract a file
from a CDRWIN cue/bin CD image.
isofuzzy.c : A program showing fuzzy ISO-9660 detection/reading.
mmc1.c: A program to show issuing a simple MMC command (INQUIRY).