summaryrefslogtreecommitdiff
path: root/liba2ps/README
diff options
context:
space:
mode:
Diffstat (limited to 'liba2ps/README')
-rw-r--r--liba2ps/README25
1 files changed, 25 insertions, 0 deletions
diff --git a/liba2ps/README b/liba2ps/README
new file mode 100644
index 0000000..4d24045
--- /dev/null
+++ b/liba2ps/README
@@ -0,0 +1,25 @@
+ Content of the lib/ dir of a2ps.
+
+ A lot of reusable components has been used to build a2ps.
+In here, we tried to give you a road map, to understand what does
+what, who needs who, and who wrote what.
+
+ The work is in parallel with the developpement of a2ps, so it
+might not be realy up-to-date. Inaccuracies, problems etc. should be
+reported to demaille@inf.esnt.fr
+
+--
+Akim & Miguel
+
+darray.[ch] (xmalloc.[ch] error.[ch])
+ Handling of dynamic arrays.
+
+dstring.[ch] (xmalloc.[ch], error.[ch], printlen.[ch])
+ Handling of dynamic strings (automated growth, usual functions
+ on string etc.).
+
+pathwalk.[ch] (xmalloc.[ch])
+ Given a path, walk in it, find files, etc.
+
+printlen.[ch]
+ Return the length that sprintf would use to print the arguments.