From 9fbad1544764c515cb1f22bc552f33bb41206e92 Mon Sep 17 00:00:00 2001 From: cbdev Date: Wed, 14 Jun 2023 22:51:13 +0200 Subject: Skeleton structure implementation --- reader_yhy.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 reader_yhy.c (limited to 'reader_yhy.c') diff --git a/reader_yhy.c b/reader_yhy.c new file mode 100644 index 0000000..da5be5e --- /dev/null +++ b/reader_yhy.c @@ -0,0 +1,11 @@ +#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"); +} -- cgit v1.2.3