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-05-29 07:59:45 +02:00
2020-09-27 01:02:11 +02:00
2020-12-25 19:35:55 +01:00
2020-01-18 09:45:54 +01:00
2020-12-14 23:05:53 +01:00
2020-12-24 21:06:13 +01:00
2020-04-06 11:09:01 +02:00
2020-12-25 19:35:55 +01:00
2020-12-14 23:05:53 +01:00
2020-08-12 20:40:59 +02:00
2020-01-18 09:45:54 +01:00
2020-01-18 09:45:54 +01:00
2020-09-27 21:15:25 +02:00
2020-09-27 21:15:25 +02:00
2020-08-12 20:40:59 +02:00
2020-07-04 17:22:23 +02:00
2020-01-18 09:45:54 +01:00
2020-12-14 23:05:53 +01:00
2020-12-14 23:05:53 +01:00
2020-02-19 16:08:28 +01:00
2020-11-01 19:21:19 +01:00
2020-12-14 23:05:53 +01:00
2020-08-17 09:17:57 +02:00
2020-05-20 08:31:31 +02:00
2020-01-18 09:45:54 +01:00
2020-05-29 07:59:45 +02:00
2020-09-06 21:36:36 +02:00
2020-09-27 01:02:11 +02:00
2020-08-30 17:35:27 +02:00
2020-01-18 09:45:54 +01:00
2020-09-25 21:18:17 +02:00
2020-12-21 00:19:45 +01:00
2020-08-17 09:17:57 +02:00
2020-12-14 23:05:53 +01:00
2020-01-24 15:15:16 +01:00
2020-01-24 15:15:16 +01:00
2020-11-10 14:39:38 +01:00
2020-10-30 17:03:28 +01:00
2020-01-18 09:45:54 +01:00
2020-12-26 10:05:50 +01:00
2020-11-14 22:51:49 +01:00
2020-05-29 07:59:45 +02:00
2020-12-14 23:05:53 +01:00
2020-12-14 23:05:53 +01:00
2020-01-18 09:45:54 +01:00
2020-01-18 09:45:54 +01:00
2020-10-02 16:03:17 +02:00
2020-04-18 10:11:55 +02:00
2020-09-27 01:02:11 +02:00
2020-07-04 17:22:23 +02:00
2020-11-30 13:17:02 +01:00
2020-08-30 17:35:27 +02:00
2020-02-02 10:58:45 +01:00
2020-08-24 18:22:09 +02: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-01-18 09:45:54 +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-01-18 09:45:54 +01:00
2020-09-09 21:10:23 +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-07-06 10:01:14 +02:00
2020-08-11 20:29:14 +02:00
2020-05-16 12:00:04 +02:00
2020-01-18 09:45:54 +01:00
2020-09-25 21:18:17 +02:00
2020-01-18 09:45:54 +01: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-09-12 13:46:15 +02:00
2020-01-18 09:45:54 +01:00
2020-01-18 09:45:54 +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-01-18 09:45:54 +01:00
2020-12-25 12:20:37 +01:00
2020-07-04 10:49:36 +02:00
2020-11-10 19:03:08 +01:00
2020-12-26 10:05:50 +01:00
2020-07-04 17:22:23 +02:00
2020-12-21 00:09:48 +01:00
2020-01-18 09:45:54 +01:00
2020-12-27 01:16:56 +01:00
2020-12-27 01:16:56 +01:00
2020-07-04 17:22:23 +02:00
2020-01-18 09:45:54 +01:00
2020-09-27 01:02:11 +02:00
2020-07-04 17:22:23 +02:00
2020-01-18 09:45:54 +01:00
2020-01-18 09:45:54 +01:00