extern variables and object-like macro consts

This commit is contained in:
2026-06-17 21:52:05 +02:00
parent f5605fd3ec
commit 19e9fbdd4b
33 changed files with 3136 additions and 116 deletions
+1
View File
@@ -2,5 +2,6 @@
#define BROLANG_CHILD_H
int child_value(int value);
extern int child_shared_global;
#endif