From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/c/io%2Ffpos_t.html | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create 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 new file mode 100644 index 00000000..7bbe71bb --- /dev/null +++ b/devdocs/c/io%2Ffpos_t.html @@ -0,0 +1,37 @@ +

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