Stephen Gregoratto
1867c928a9
LibC: Add fseeko/ftello
...
This changes the signatures for FILE::seek and FILE::tell, to use
`off_t` as they use lseek internally. `fpos_t` is also redefined to use
`off_t`.
Dr. POSIX says that fpos_t is:
> A non-array type containing all information needed to specify uniquely
> every position within a file.
In practice, most *NIX typedef it to `off_t`, or a struct containing an
`off_t` and some internal state.
2020-12-27 23:05:14 +01:00
..
2020-10-20 18:10:22 +02:00
2020-11-10 14:39:38 +01:00
2020-09-27 01:02:11 +02:00
2020-12-25 19:35:55 +01:00
2020-12-14 23:05:53 +01:00
2020-12-24 21:06:13 +01:00
2020-12-25 19:35:55 +01:00
2020-12-14 23:05:53 +01:00
2020-09-27 21:15:25 +02:00
2020-09-27 21:15:25 +02:00
2020-12-14 23:05:53 +01:00
2020-12-14 23:05:53 +01:00
2020-11-01 19:21:19 +01:00
2020-12-14 23:05:53 +01:00
2020-09-27 01:02:11 +02:00
2020-09-25 21:18:17 +02:00
2020-12-21 00:19:45 +01:00
2020-12-14 23:05:53 +01:00
2020-11-10 14:39:38 +01:00
2020-10-30 17:03:28 +01:00
2020-12-26 10:05:50 +01:00
2020-11-14 22:51:49 +01:00
2020-12-14 23:05:53 +01:00
2020-12-14 23:05:53 +01:00
2020-10-02 16:03:17 +02:00
2020-09-27 01:02:11 +02:00
2020-11-30 13:17:02 +01:00
2020-11-27 21:32:41 +01:00
2020-09-27 01:02:11 +02:00
2020-12-21 00:09:48 +01:00
2020-10-12 19:53:25 +02:00
2020-10-12 19:53:25 +02:00
2020-09-25 21:18:17 +02:00
2020-10-29 23:32:18 +01:00
2020-10-29 23:32:18 +01:00
2020-09-25 21:18:17 +02:00
2020-09-25 21:18:17 +02:00
2020-12-27 23:05:14 +01:00
2020-12-27 23:05:14 +01:00
2020-12-26 10:10:27 +01:00
2020-12-26 10:10:27 +01:00
2020-11-14 11:24:42 +01:00
2020-12-26 10:10:27 +01:00
2020-12-26 10:10:27 +01:00
2020-12-21 00:09:48 +01:00
2020-12-25 12:20:37 +01:00
2020-11-10 19:03:08 +01:00
2020-12-26 10:05:50 +01:00
2020-12-21 00:09:48 +01:00
2020-12-27 01:16:56 +01:00
2020-12-27 01:16:56 +01:00
2020-09-27 01:02:11 +02:00