Zorro — Plugin ((new))
In an era where software tries to do everything at once, the Zorro Plugin is a celebration of doing less. It reminds us that the most important part of an interface isn't the buttons we click, but the work we create.
function run()
gcc -shared -o myplugin.dll minimal_plugin.c zorro plugin
__declspec(dllexport) int PLUGIN_INIT(void) return 0; __declspec(dllexport) int PLUGIN_EXIT(void) return 0; In an era where software tries to do
