diff options
Diffstat (limited to 'src/stdio/fpos_t.c')
| -rw-r--r-- | src/stdio/fpos_t.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/stdio/fpos_t.c b/src/stdio/fpos_t.c new file mode 100644 index 00000000..40d304cf --- /dev/null +++ b/src/stdio/fpos_t.c @@ -0,0 +1,12 @@ +#include <stdio.h> +typedef struct __fpos_t * fpos_t; + +/** file position **/ + +/*** +is used to record information about individual positions within a TYPEDEF(FILE) +stream. +***/ +/* +STDC(1) +*/ |
