5 lines
74 B
C++
5 lines
74 B
C++
#pragma once
|
|
|
|
extern "C" const char* get_name() {
|
|
return "yararules";
|
|
}
|