We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aae99a commit 36feae0Copy full SHA for 36feae0
1 file changed
src/content/docs/hh3/reference/os/file.mdx
@@ -149,6 +149,10 @@ Works the same as `File_Stat` but uses an open file descriptor.
149
150
#### Memory address
151
152
+:::warning
153
+Avoid using it. When file are fragmented getaddr only gets you the first fragment
154
+:::
155
+
156
```c
157
int File_GetAddr(int fd, int offset, const void **addr);
158
```
0 commit comments