We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712cf00 commit badfc9bCopy full SHA for badfc9b
1 file changed
scripts/inspect_c_bindings.py
@@ -1,6 +1,10 @@
1
# Script used to inspect differences between objectbox/lib/objectbox.h and c.py (e.g. missing function declarations)
2
# Usage:
3
-# python inspect_c_bindings.py
+# python inspect_c_bindings.py
4
+# Requirements:
5
+# - pycparser
6
+# - pycparser-fake-libc
7
+# - objectbox or project root in PYTHONPATH
8
9
from os import path
10
from pycparser import c_ast, parse_file
0 commit comments