Deleted Added
full compact
68a69,73
> void *ficlRealloc (void *p, size_t size)
> {
> return realloc(p, size);
> }
>
73a79
> #ifndef TESTMAIN
104a111
> #endif