From: Michal Nazarewicz
> On Tue, Jan 28 2014, David Laight <david.lai...@aculab.com> wrote:
> > From: Robert Baldyga
> >> This patch adds two example applications showing usage of Asynchronous I/O 
> >> API
> >> of FunctionFS. First one (aio_simple) is simple example of bidirectional 
> >> data
> >> transfer. Second one (aio_multibuff) shows multi-buffer data transfer, 
> >> which
> >> may to be used in high performance applications.
> >
> > Can we have ANSI C
> 
> Uhm… I would advise against it since ANSI C does not have named
> structure initialisers.

I was thinking of the bits that are K&R C.
Like:
int foo() {

        David

Reply via email to