Skip to content

Commit 6a210f8

Browse files
committed
Add explainations for every layer of file types
1 parent 177d61f commit 6a210f8

3 files changed

Lines changed: 217 additions & 186 deletions

File tree

docs/docs/03.pointer/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ <h2>Handles</h2>
136136
FILE *f{stdout};
137137

138138
println(
139-
"POSIX fd:", handlevw(fd), "\n",
139+
"POSIX fd:", handlevw(fd), "\n"
140140
"FILE* handle:", handlevw(f)
141141
);
142142
}

0 commit comments

Comments
 (0)