woj-sandbox/inject.c

4 lines
93 B
C

#include "library.h"
static __attribute__((constructor)) void inject(void) { setup_all(); }