You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Samisa Abeysinghe <sa...@gmail.com> on 2005/11/09 04:43:23 UTC

[Axis2] implemented strdup

I wrote our own implementation of strdup. This is because, the default 
strdup that we get with libs are not ANSI C complient.
Please use the AXIS2_STRDUP macro in the Axis2C code when you want to 
duplicate strings.
The resulting pointer has to be freed using AXIS2_FREE

Thanks,
Samisa...