From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/c/io%2Ffpos_t.html | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 devdocs/c/io%2Ffpos_t.html (limited to 'devdocs/c/io%2Ffpos_t.html') diff --git a/devdocs/c/io%2Ffpos_t.html b/devdocs/c/io%2Ffpos_t.html deleted file mode 100644 index 7bbe71bbb..000000000 --- a/devdocs/c/io%2Ffpos_t.html +++ /dev/null @@ -1,37 +0,0 @@ -

fpos_t

Defined in header <stdio.h>
typedef /* implementation-defined */ fpos_t;
-

fpos_t is a non-array complete object type, can be used to store (by fgetpos) and restore (by fsetpos) the position and multibyte parser state (if any) for a C stream.

- - -

The multibyte parser state of a wide-oriented C stream is represented by a mbstate_t object, whose value is stored as part of the value of a fpos_t object by fgetpos.

-
(since C95)

References

See also

- - - -
gets the file position indicator
(function)
moves the file position indicator to a specific location in a file
(function)
-
(C95)
conversion state information necessary to iterate multibyte character strings
(class)
C++ documentation for fpos_t
-

- © cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
- https://en.cppreference.com/w/c/io/fpos_t -

-
-- cgit v1.2.3