|
Message-ID: <20160225184612.GX9349@brightrain.aerifal.cx> Date: Thu, 25 Feb 2016 13:46:12 -0500 From: Rich Felker <dalias@...c.org> To: musl@...ts.openwall.com Subject: Re: missing decription struct named FILE On Thu, Feb 25, 2016 at 09:37:41PM +0300, Fiodar wrote: > How use FILE struct? How does it fields serve? Missing comments, google keep silence... > What I know FILE is typedefed to struct _IO_FILE. > Also I recognize 3 pointers to function by they name: size_t > (*read), size_t (*write), off_t (*seek). Thei points to functions > named read, write an seek, isn't in? Can you give description these > fields? I am working with musl libc 1.1.14 now The contents are defined in src/internal/stdio_impl.h, but they are not a public API and are subject to change. Do you have specific questions about some of the fields? Rich
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.