Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 110 of file slang_utility.c.
Referenced by expand_defined(), pp_annotate(), preprocess_source(), and slang_string_pushi().
{ if (grow (self, self->length + len)) { _mesa_memcpy (&self->data[self->length], cstr, len); self->length += len; } }