summaryrefslogtreecommitdiff
path: root/src/stdio/fpos_t.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/fpos_t.h')
-rw-r--r--src/stdio/fpos_t.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/stdio/fpos_t.h b/src/stdio/fpos_t.h
new file mode 100644
index 00000000..fe55a7af
--- /dev/null
+++ b/src/stdio/fpos_t.h
@@ -0,0 +1,13 @@
+typedef struct __fpos_t *
+ fpos_t;
+
+/** file position **/
+
+/***
+is used to record information about individual positions within a TYPEDEF(FILE)
+stream.
+***/
+
+/*
+STDC(1)
+*/