Improve API

This commit is contained in:
Krzosa Karol
2024-04-14 10:11:17 +02:00
parent 980e9de413
commit 44eb8be1db
22 changed files with 113 additions and 126 deletions

View File

@@ -13,7 +13,7 @@ bool add_printf_format_check() {
LC_RegisterPackageDir("../examples");
LC_Intern name = LC_ILit("add_printf_format_check");
LC_ResolvePackageByName(name);
LC_ParseAndResolve(name);
LC_LangEnd(lang);
return result;