*** empty log message ***

This commit is contained in:
rocky
2003-08-17 07:13:12 +00:00
parent 0785468a9f
commit 21ab15a2cd
3 changed files with 7 additions and 2 deletions

4
NEWS
View File

@@ -1,3 +1,7 @@
0.63
create libiso9660 library and install that.
More sample programs.
0.62
Some minimal documentation. More will follow.
Add a simple sample programs.

View File

@@ -1,4 +1,5 @@
sample1
sample2
sample3
sample4

View File

@@ -1,5 +1,5 @@
/*
$Id: sample3.c,v 1.2 2003/08/16 22:45:37 rocky Exp $
$Id: sample3.c,v 1.3 2003/08/17 07:16:10 rocky Exp $
Copyright (C) 2003 Rocky Bernstein <rocky@panix.com>
@@ -20,7 +20,7 @@
/*
A somewhat simplified program to show the use of cdio_guess_cd_type().
We figure out kind of CD image we've got.
Figure out the kind of CD image we've got.
*/
#include <stdio.h>
#include <string.h>