Add helper function for retrieving libmutton version

This commit is contained in:
2026-02-04 22:02:04 -05:00
parent aa716c59d2
commit 688532193f
3 changed files with 10 additions and 1 deletions
+2
View File
@@ -95,3 +95,5 @@ func safeBoolDeref(b *bool) bool {
}
return *b
}
func main() {}