summaryrefslogtreecommitdiff
path: root/c/test.c
blob: 3a9abc9c3f5e4f29bce16f1126d7a72697be3a90 (plain)
1
2
3
4
5
6
7
8
9
#include "plugin.c"
#include "plugin-debug.c"

int main() {
	struct plugin_tree *plugins=load_plugins("plugins","plugin.conf");
	_plugin_print(plugins);
	return 0;
}