We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003cb7d commit 818481bCopy full SHA for 818481b
1 file changed
ci/generate_checked_functions.py
@@ -18,7 +18,7 @@ def generate_checked_function(func):
18
return_type = " ".join(func.type.type.type.names)
19
20
# Start building the new function
21
- new_func = [f"Result {new_func_name}("]
+ new_func = [f"static inline Result {new_func_name}("]
22
param_list = []
23
for param in params:
24
if isinstance(param, c_ast.EllipsisParam):
0 commit comments