fread.3 (58f0484fa251c266ede97b591b499fe3dd4f578e) | fread.3 (926bb1cf42949a3ae717ceef3054910fa28434e4) |
---|---|
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 --- 40 unchanged lines hidden (view full) --- 49.Ft int 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 | 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 --- 40 unchanged lines hidden (view full) --- 49.Ft int 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.Xr size | 57.Fa size |
58bytes long, from the stream pointed to by 59.Fa stream , 60storing them at the location given by 61.Fa ptr . 62.Pp 63The function 64.Fn fwrite 65writes --- 41 unchanged lines hidden --- | 58bytes long, from the stream pointed to by 59.Fa stream , 60storing them at the location given by 61.Fa ptr . 62.Pp 63The function 64.Fn fwrite 65writes --- 41 unchanged lines hidden --- |