fopen.3 (2f52231c661a78bea356f9ff92216a6e58fcbad8) fopen.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

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

44.Nm fdopen ,
45.Nm freopen
46.Nd stream open functions
47.Sh LIBRARY
48.Lb libc
49.Sh SYNOPSIS
50.In stdio.h
51.Ft FILE *
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

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

44.Nm fdopen ,
45.Nm freopen
46.Nd stream open functions
47.Sh LIBRARY
48.Lb libc
49.Sh SYNOPSIS
50.In stdio.h
51.Ft FILE *
52.Fn fopen "const char *path" "const char *mode"
52.Fn fopen "const char * restrict path" "const char * restrict mode"
53.Ft FILE *
54.Fn fdopen "int fildes" "const char *mode"
55.Ft FILE *
56.Fn freopen "const char *path" "const char *mode" "FILE *stream"
57.Sh DESCRIPTION
58The
59.Fn fopen
60function

--- 193 unchanged lines hidden ---
53.Ft FILE *
54.Fn fdopen "int fildes" "const char *mode"
55.Ft FILE *
56.Fn freopen "const char *path" "const char *mode" "FILE *stream"
57.Sh DESCRIPTION
58The
59.Fn fopen
60function

--- 193 unchanged lines hidden ---