woj-sandbox/inject.c

4 lines
98 B
C
Raw Permalink Normal View History

#include "library.h"
2024-01-01 17:31:21 +08:00
static __attribute__((constructor(102))) void inject(void) { setup_all(); }