mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2025-12-17 12:24:37 +03:00
lesson 12
This commit is contained in:
3
12-kernel-c/pointers.c
Normal file
3
12-kernel-c/pointers.c
Normal file
@@ -0,0 +1,3 @@
|
||||
void func() {
|
||||
char* string = "Hello";
|
||||
}
|
||||
Reference in New Issue
Block a user