Skip to content
Prev 40490 / 63424 Next

Ctrl-C of functions that allocated mem

On Wed, Jun 08, 2011 at 08:40:21PM -0400, Simon Urbanek wrote:
[...]

In the printed (pdf) version of R-exts I found that
R_alloc()  and S_alloc() and some other functions
from section 6.1.1 have return type char*.

This seesm to be a relict from the K&R era,
because since ANSI C  void*  is the type for generic pointers.

will it be changed in the future, so that
R_alloc() will be  void* R_alloc() one day?


Ciao,
   Oliver