Skip to content
Snippets Groups Projects

Add inspect-library helper

Merged Ludovico de Nittis requested to merge wip/denittis/inspect-library into master
Compare and Show latest version
2 files
+ 58
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
1
@@ -28,7 +28,8 @@
* symbols, and outputs a parsable JSON with the path, the dependencies and
* the possible missing symbols of the requested library.
*
* For a usage example see `test_presence` in `tests/library.c`.
* For a usage example see `srt_check_library_presence` in
* `steam-runtime-tools/library.c`.
*/
#include <stdio.h>
Loading