We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d970784 commit 6bc5e4dCopy full SHA for 6bc5e4d
25Overview/notes.markdown
@@ -1,8 +1,7 @@
1
An Overview of the C API
2
------------------------
3
4
-About the C API
5
----------------
+### About the C API
6
7
- Lua is an *embedded language*
8
- There are two kinds of interactions between Lua
@@ -33,8 +32,7 @@ About the C API
33
32
- The major component in the communication between Lua and C is
34
an omnipresent virtual *stack*
35
36
-The Header Files
37
-----------------
+### The Header Files
38
39
- The file `lua.h` defines the basic functions provided by Lua,
40
it includes functions to do the following:
0 commit comments