fseek.3 (419c442678224c2f01b835085977df6abad1ac96) fseek.3 (54e4e385de33a961e801ceeea8146437e25edd88)
1.\" Copyright (c) 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Chris Torek and the American National Standards Committee X3,
6.\" on Information Processing Systems.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 45 unchanged lines hidden (view full) ---

54.In stdio.h
55.Ft int
56.Fn fseek "FILE *stream" "long offset" "int whence"
57.Ft long
58.Fn ftell "FILE *stream"
59.Ft void
60.Fn rewind "FILE *stream"
61.Ft int
1.\" Copyright (c) 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Chris Torek and the American National Standards Committee X3,
6.\" on Information Processing Systems.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 45 unchanged lines hidden (view full) ---

54.In stdio.h
55.Ft int
56.Fn fseek "FILE *stream" "long offset" "int whence"
57.Ft long
58.Fn ftell "FILE *stream"
59.Ft void
60.Fn rewind "FILE *stream"
61.Ft int
62.Fn fgetpos "FILE *stream" "fpos_t *pos"
62.Fn fgetpos "FILE * restrict stream" "fpos_t * restrict pos"
63.Ft int
64.Fn fsetpos "FILE *stream" "const fpos_t *pos"
65.In sys/types.h
66.Ft int
67.Fn fseeko "FILE *stream" "off_t offset" "int whence"
68.Ft off_t
69.Fn ftello "FILE *stream"
70.Sh DESCRIPTION

--- 194 unchanged lines hidden ---
63.Ft int
64.Fn fsetpos "FILE *stream" "const fpos_t *pos"
65.In sys/types.h
66.Ft int
67.Fn fseeko "FILE *stream" "off_t offset" "int whence"
68.Ft off_t
69.Fn ftello "FILE *stream"
70.Sh DESCRIPTION

--- 194 unchanged lines hidden ---