A very small, simple C99 single header library to extract the path from Windows shortcut files (.lnk).
I used pylinker as a reference and made my own slightly updated fork in the process of figuring it out.
I think the most up to date/maintained Python library for lnk files is LnkParse3 but I needed C/C++ and only needed the shortcut path itself so here we are.
There's documentation in the form of an example program at the top of the file and a main.c/main.cpp that use that example.
It is under the MIT License.
TODO finish this README Improve library