woj-sandbox/inject.c

4 lines
98 B
C

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