aboutsummaryrefslogtreecommitdiff
path: root/docs/main.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/main.rst')
-rw-r--r--docs/main.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/main.rst b/docs/main.rst
new file mode 100644
index 0000000..075cc1c
--- /dev/null
+++ b/docs/main.rst
@@ -0,0 +1,15 @@
+Main
+====
+
+Implementation of `main` function is responsible for initialization of
+required structures and calling REPL function.
+
+
+Source code
+-----------
+
+main.c
+''''''
+
+.. literalinclude:: ../src_c/main.c
+ :language: c