Andrey A. Chernov 7cbfe4d8da File positions are off_t nowdays, not long, so:
fseek -> fseeko
  ftell -> ftello

  NOTE: that fseek/ftell not works for >long offsets per POSIX:

  [EOVERFLOW] For fseek( ), the resulting file offset would be a value which
  cannot be represented correctly in an object of type long.

  [EOVERFLOW] For ftell ( ), the current file offset cannot be represented
  correctly in an object of type long.
2001-09-01 23:26:40 +00:00
..
2001-07-15 07:53:42 +00:00
2001-08-07 15:48:51 +00:00
2001-08-01 02:09:09 +00:00
2001-07-15 07:53:42 +00:00
2001-07-15 07:53:42 +00:00
2001-07-15 07:53:42 +00:00
2001-06-22 21:38:30 +00:00
2001-08-01 05:12:39 +00:00
2001-03-27 10:03:10 +00:00
2001-06-22 21:38:30 +00:00
2001-08-13 21:55:04 +00:00
2001-08-07 15:48:51 +00:00
2001-08-23 22:31:13 +00:00
2001-03-19 18:09:56 +00:00
1999-08-27 23:15:48 +00:00