This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
os-tutorial
Watch
1
Star
0
Fork
0
You've already forked os-tutorial
mirror of
https://github.com/cfenollosa/os-tutorial.git
synced
2025-12-17 12:24:37 +03:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7797630a24d609b95452206d74e3e37109c3d5b7
os-tutorial
/
12-kernel-c
/
pointers.c
Carlos Fenollosa
0fc3af3f22
lesson 12
2014-10-15 12:21:46 +02:00
4 lines
44 B
C
Raw
Blame
History
void
func
(
)
{
char
*
string
=
"
Hello
"
;
}
Reference in New Issue
View Git Blame
Copy Permalink