Files
ladybird/Libraries/LibC
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-04-06 11:09:01 +02: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-12-14 23:05:53 +01:00
2020-09-27 01:02:11 +02:00
2020-01-18 09:45:54 +01:00
2020-10-30 17:03:28 +01:00
2020-10-02 16:03:17 +02:00
2020-02-02 10:58:45 +01:00
2020-09-27 01:02:11 +02:00
2020-07-06 10:01:14 +02:00
2020-12-27 23:05:14 +01:00
2020-12-27 23:05:14 +01:00
2020-09-12 13:46:15 +02: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