next up previous contents [pdf] index

Next: Input parameters Up: sf_realloc Previous: Call

Definition

void *sf_realloc (void* ptr   /* previous data */, 
                  size_t n    /* number of elements */, 
                  size_t size /* size of one element */)
/*< output-checking reallocation >*/
{
   ...
}




2011-07-02