fread.3 (926bb1cf42949a3ae717ceef3054910fa28434e4) fread.3 (712dc76e87bd7bbeb3f781e690886b69a1f9c5ca)
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

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

39.Dt FREAD 3
40.Os
41.Sh NAME
42.Nm fread ,
43.Nm fwrite
44.Nd binary stream input/output
45.Sh SYNOPSIS
46.Fd #include <stdio.h>
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

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

39.Dt FREAD 3
40.Os
41.Sh NAME
42.Nm fread ,
43.Nm fwrite
44.Nd binary stream input/output
45.Sh SYNOPSIS
46.Fd #include <stdio.h>
47.Ft int
47.Ft size_t
48.Fn fread "void *ptr" "size_t size" "size_t nmemb" "FILE *stream"
48.Fn fread "void *ptr" "size_t size" "size_t nmemb" "FILE *stream"
49.Ft int
49.Ft size_t
50.Fn fwrite "const void *ptr" "size_t size" "size_t nmemb" "FILE *stream"
51.Sh DESCRIPTION
52The function
53.Fn fread
54reads
55.Fa nmemb
56objects, each
57.Fa size

--- 49 unchanged lines hidden ---
50.Fn fwrite "const void *ptr" "size_t size" "size_t nmemb" "FILE *stream"
51.Sh DESCRIPTION
52The function
53.Fn fread
54reads
55.Fa nmemb
56objects, each
57.Fa size

--- 49 unchanged lines hidden ---