Update text commentary for sample6 & sample7.

This commit is contained in:
rocky
2004-01-29 04:22:49 +00:00
parent e13814fcf2
commit 0787a64d5e
3 changed files with 13 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
$Id: README,v 1.3 2003/12/24 11:05:48 uid67423 Exp $ $Id: README,v 1.4 2004/01/29 04:22:49 rocky Exp $
This directory contains some simple examples of the use of the libcdio This directory contains some simple examples of the use of the libcdio
library. library.
@@ -23,6 +23,10 @@ sample4.c: A slightly improved sample3 program: we handle cdio logging
sample5.c: A program to show drivers installed and what the default sample5.c: A program to show drivers installed and what the default
CD-ROM drive is and what CD drives are available. CD-ROM drive is and what CD drives are available.
sample6.c: A program to show drivers installed and what the default sample6.c: A simple program to show using libiso9660 to extract a file
CD-ROM drive is and what CD drives are available. from a cue/bin CD-IMAGE.
sample7.c: A program to show using libiso9660 to extract a file from an
ISO-9660 image.

View File

@@ -1,5 +1,5 @@
/* /*
$Id: sample6.c,v 1.2 2004/01/10 03:03:08 rocky Exp $ $Id: sample6.c,v 1.3 2004/01/29 04:22:49 rocky Exp $
Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com> Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
@@ -18,7 +18,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
/* Simple program to show using libiso9660 to extract a file. /* Simple program to show using libiso9660 to extract a file from a
cue/bin CD-IMAGE.
*/ */
/* This is the CD-image with an ISO-9660 filesystem */ /* This is the CD-image with an ISO-9660 filesystem */
#define ISO9660_IMAGE_PATH "../" #define ISO9660_IMAGE_PATH "../"

View File

@@ -1,5 +1,5 @@
/* /*
$Id: sample7.c,v 1.1 2004/01/10 03:03:08 rocky Exp $ $Id: sample7.c,v 1.2 2004/01/29 04:22:49 rocky Exp $
Copyright (C) 2004 Rocky Bernstein <rocky@panix.com> Copyright (C) 2004 Rocky Bernstein <rocky@panix.com>
@@ -18,7 +18,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
/* Simple program to show using libiso9660 to extract a file. /* Simple program to show using libiso9660 to extract a file from an
ISO-9660 image.
*/ */
/* This is the ISO 9660 image. */ /* This is the ISO 9660 image. */
#define ISO9660_IMAGE_PATH "../" #define ISO9660_IMAGE_PATH "../"