General Information =================== This is libapr(apache portable runtime) programming tutorial. The tutorial official web site is: http://dev.ariel-networks.com/apr/ The libapr official web site is: http://apr.apache.org/ How to report comments or suggestions ===================================== See the file 'AUTHORS' How to build sample programs ============================ $ cd sample $ for f in *.c; do make -f Makefile.simple `expr $f : '\([^.]*\)\.c'`; done