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
+ 22
18
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
2
@@ -34,11 +34,12 @@
#include <link.h>
#include <stdbool.h>
#include <stdlib.h>
#include <errno.h>
#define BASE "Base"
void print_json_string_content (const char *s);
void clean_exit (void *handle);
static void print_json_string_content (const char *s);
static void clean_exit (void *handle);
int
main (int argc,
Loading