feat(kernel): Add Objective C development support

This commit is contained in:
Daniel Hammer
2025-03-08 01:03:14 +01:00
parent cda77e7947
commit 3656df42bc
2 changed files with 16 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
extern "C" {
int foobar(){
return 3;
}
}