In article <3752 at umiami.miami.edu> SLORES at umiami.miami.edu (Stanislaw L. Olejniczak) writes: >I seem to have a problem with realloc... You must realloc() only storage previously obtained via malloc(), calloc(), or realloc(). String literals are not among these.