mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
fixes syncio document (#22467)
This commit is contained in:
@@ -38,8 +38,8 @@ type
|
||||
## at the end. If the file does not exist, it
|
||||
## will be created.
|
||||
|
||||
FileHandle* = cint ## type that represents an OS file handle; this is
|
||||
## useful for low-level file access
|
||||
FileHandle* = cint ## The type that represents an OS file handle; this is
|
||||
## useful for low-level file access.
|
||||
|
||||
FileSeekPos* = enum ## Position relative to which seek should happen.
|
||||
# The values are ordered so that they match with stdio
|
||||
|
||||
Reference in New Issue
Block a user