aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorLAN-TW <lantw44@gmail.com>2013-11-29 14:20:39 +0800
committerLAN-TW <lantw44@gmail.com>2013-11-29 14:22:10 +0800
commit054ba1b5480c6a25503781d028cf2ff82d6dbae5 (patch)
tree38de910403666fcf7b3122b45ff3d4173f9a6867 /README
parent218d5b0040f5438b383b3541ba208d9b51d4b9dd (diff)
downloadl4basic-054ba1b5480c6a25503781d028cf2ff82d6dbae5.tar
l4basic-054ba1b5480c6a25503781d028cf2ff82d6dbae5.tar.gz
l4basic-054ba1b5480c6a25503781d028cf2ff82d6dbae5.tar.bz2
l4basic-054ba1b5480c6a25503781d028cf2ff82d6dbae5.tar.lz
l4basic-054ba1b5480c6a25503781d028cf2ff82d6dbae5.tar.xz
l4basic-054ba1b5480c6a25503781d028cf2ff82d6dbae5.tar.zst
l4basic-054ba1b5480c6a25503781d028cf2ff82d6dbae5.zip
Update README
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..f6835e0
--- /dev/null
+++ b/README
@@ -0,0 +1,14 @@
+l4array:
+ Arrays which grow automatically as needed (like C++ vector).
+l4array2:
+ Create two dimension arrays.
+l4list:
+ Doubly-linked lists and some macros for using lists as stacks or queues.
+l4arg:
+ Arguments or configuration files parser.
+
+If you do not want all these functions, you can modify `libl4basic_a_OBJECTS'
+macro in `src/Makefile' to save disk space or build time.
+
+This is a free software. You are free to redistribute and modify this software
+according to the conditions specified in the file `COPYING'.