[osol-discuss] Adding C99 features to an existing shared library...

2006-04-26 Thread Roland Mainz
Hi! Does anyone know whether it is possible to use C99 features in a shared library which is used by older applications ? For example would it be possible to use C99 features such as |int getrpcbynumber(int arg1, /* ... */) { char buff[arg1]; /* ... */ }| in a library such as libnsl

Re: [osol-discuss] Adding C99 features to an existing shared library...

2006-04-26 Thread Ian Collins
Roland Mainz wrote: Hi! Does anyone know whether it is possible to use C99 features in a shared library which is used by older applications ? For example would it be possible to use C99 features such as |int getrpcbynumber(int arg1, /* ... */) { char buff[arg1]; /* ... */ }| in a library