File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -93,10 +93,11 @@ https://github.com/1Hyena/nt4c/blob/1f8595884201722495c089d4b45086a23465b84a/exa
9393
9494#### ex_echo ###################################################################
9595
96- [ This example] ( examples/src/ex_echo.c ) shows how to use the NT4C parser to parse
97- and print a NestedText document on the screen. The input document is parsed
98- twice. First, the length of the document is determined. Then, a variable-length
99- array is initialized for storing the DOM.
96+ [ This example] ( examples/src/ex_echo.c ) demonstrates how to utilize the NT4C
97+ parser to parse and display a NestedText document on the screen. The input
98+ document undergoes parsing twice. Initially, the length of the document is
99+ calculated. Subsequently, a variable-length array is set up to store the
100+ Document Object Model (DOM).
100101
101102https://github.com/1Hyena/nt4c/blob/1f8595884201722495c089d4b45086a23465b84a/examples/src/ex_echo.c#L10-L34
102103
You can’t perform that action at this time.
0 commit comments