restricted c header imports

This commit is contained in:
2026-06-14 14:42:38 +02:00
parent 4e860b033e
commit 638ca57f5c
24 changed files with 1377 additions and 45 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef BROLANG_CHILD_H
#define BROLANG_CHILD_H
int child_value(int value);
#endif