*** empty log message ***
This commit is contained in:
4
NEWS
4
NEWS
@@ -1,3 +1,7 @@
|
|||||||
|
0.63
|
||||||
|
create libiso9660 library and install that.
|
||||||
|
More sample programs.
|
||||||
|
|
||||||
0.62
|
0.62
|
||||||
Some minimal documentation. More will follow.
|
Some minimal documentation. More will follow.
|
||||||
Add a simple sample programs.
|
Add a simple sample programs.
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
sample1
|
sample1
|
||||||
sample2
|
sample2
|
||||||
sample3
|
sample3
|
||||||
|
sample4
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
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().
|
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 <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user