Add simple program to show CD-type and filesystem determination.

cd-info.c: minor code cleanups.
This commit is contained in:
rocky
2003-08-16 17:31:40 +00:00
parent 4cb323c1eb
commit 408ceac776
3 changed files with 212 additions and 10 deletions

9
example/Makefile Normal file
View File

@@ -0,0 +1,9 @@
all: sample1 sample2 sample3
sample1: sample1.c
gcc -Wall $< -l cdio -o $@
sample2: sample2.c
gcc -Wall $< -l cdio -o $@
sample3: sample3.c
gcc -Wall $< -l cdio -o $@