summaryrefslogtreecommitdiff
path: root/libraries/io_lib/README
diff options
context:
space:
mode:
authorPetar Petrov <ppetrov@paju.oulu.fi>2011-12-17 10:42:09 -0600
committerNiels Horn <niels.horn@slackbuilds.org>2011-12-18 00:07:52 -0200
commitf7f2d17ac74513d9322dad63bc456f13ae62b695 (patch)
tree2e39f43c7b35ba75bfea3ca9e91fffb6cc3390ea /libraries/io_lib/README
parent91461e4471e2d3c964af3ce3fc0334ebd688c697 (diff)
downloadslackbuilds-f7f2d17ac74513d9322dad63bc456f13ae62b695.tar.gz
libraries/io_lib: Added (Provides a trace file reading interface)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/io_lib/README')
-rw-r--r--libraries/io_lib/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/io_lib/README b/libraries/io_lib/README
new file mode 100644
index 0000000000..1f62bb0973
--- /dev/null
+++ b/libraries/io_lib/README
@@ -0,0 +1,4 @@
+Io_lib is a library of file reading and writing code to provide a
+general purpose trace file (and Experiment File) reading interface.
+The programmer simply calls the (eg) read_reading to create a "Read"
+C structure with the data loaded into memory. \ No newline at end of file