This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
jeremy
/
os-tutorial
同期ミラー
https://github.com/cfenollosa/os-tutorial
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ツリー:
170aa62c8a
ブランチ
タグ
master
os-tutorial
/
12-kernel-c
/
pointers.c
pointers.c
44 B
履歴
Raw
1
2
3
void func() {
char* string = "Hello";
}