#include #include "nfcommander.h" static void __attribute__((constructor)) init() { printf("This is the yhy reader plugin\n"); } static void __attribute__((destructor)) cleanup() { printf("This is the yhy reader plugin cleanup\n"); }