A project for the homework for C Programming Language Practice Course in Xiamen University.
This project is built with
- Visual Studio 2022 Preview
- MSVC Platform Toolset V143
The backend implementation, including file I/O and parsing are all implemented in document.h and document.c, which are well documented with its comments. To reuse them, directly import them to your project and call the functions. You have to open-source your project due to the requirement of GPLv3 license.
Note: this project is open sourced under GPLv3 license. No closed-source distribution is allowed.