a22bcb916b
quickstart example up to the library as `AMresultStack` so that it can appear in the README.md and be used to simplify the unit tests. Promoted `free_results()` to `AMfreeStack()` and `push()` to `AMpush()`. Added `AMpop()` because no stack should be without one. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
quickstart.c | ||
README.md |
Automerge C examples
Quickstart
cmake -E make_directory automerge-c/build
cmake -S automerge-c -B automerge-c/build
cmake --build automerge-c/build --target example_quickstart