Initial creation.

This commit is contained in:
agibert
2001-12-17 01:12:41 +00:00
parent 72db530dbf
commit e22b2d8353
3 changed files with 588 additions and 0 deletions

8
demo/Makefile Normal file
View File

@@ -0,0 +1,8 @@
all: demo0
demo0: demo0.c ../lib/opt.h ../lib/libopt.so Makefile
gcc -g -o demo0 -I ../lib -ldl ../lib/libopt.so demo0.c
clean:
rm demo0