初始化仓库

This commit is contained in:
zw
2025-06-13 11:29:59 +08:00
commit 08b851951c
494 changed files with 184421 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#ifndef UVBOOK_PLUGIN_SYSTEM
#define UVBOOK_PLUGIN_SYSTEM
// Plugin authors should use this to register their plugins with mfp.
void mfp_register(const char *name);
#endif