1 2 3 4 5 6 7 8 9 10 11 12 13 14 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