summaryrefslogtreecommitdiff
path: root/src/stdio/fpos_t.h
blob: fe55a7af2e6ac64fee45e3a64a890207f586a46d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
typedef                                                        struct __fpos_t *
	fpos_t;

/** file position **/

/***
is used to record information about individual positions within a TYPEDEF(FILE)
stream.
***/

/*
STDC(1)
*/