Search code examples
When writing my own "strdup" function, how do I avoid conflicts with platforms that alread...


cstrdup

Read More
Why is there a "strdup" function, but not "memdup" function in the standard?...


cmemcpystrdupc-standard-library

Read More
Is there any reason to use g_strdup from GLib over strdup from the C standard library?...


cglibstrdup

Read More
strdup() - what does it do in C?...


cfunctionstrdup

Read More
strdup error on g++ with c++0x...


gccc++11g++compiler-errorsstrdup

Read More
strdup giving weird warning and Segmentation fault...


csegmentation-faultwarningsstrdup

Read More
Is this a legal C strdup function?...


cc-stringsstrdup

Read More
Why do we need strdup()?...


cstrdup

Read More
Strdup free still result in memory leaks...


cmemory-leaksstrdup

Read More
Seeking Help to Identify Memory Leaks in my C Function...


cmemory-leaksstrdup

Read More
strdup or _strdup?...


c++cvisual-studiostrdup

Read More
Calling free() on a variable initialised by strdup still results in memory leak...


cmemory-leaksvalgrindstrdup

Read More
strcpy vs strdup...


cstrcpystrdup

Read More
How to use strdup with user input?...


arrayscstringstrtokstrdup

Read More
Segmentation fault when strdupa void pointer...


csegmentation-faultvoid-pointersstrdup

Read More
strdup and memory leaking...


cmemory-leaksstrdup

Read More
What is the diffrence between char *str="this is a string" from char *str = strdup("t...


cpointersc-stringsstring-literalsstrdup

Read More
Use pointer to add value to linked list without using strdup() in C...


clinked-liststrdup

Read More
Freeing a strdup inside of a linked list...


cmemory-managementlinked-listfreestrdup

Read More
Valgrind gives error memory "still reachable"...


cmemory-leaksvalgrindstrdup

Read More
How to avoid "null argument where non-null required" compiler warning...


cgcc-warningstrdup

Read More
What happends if you use strdup on an already allocated memory...


cmultithreadingstrdup

Read More
How to free this strdup?...


cmemoryvalgrindfreestrdup

Read More
Should I free strdup pointer after basename/dirname in C?...


cstringmemorymallocstrdup

Read More
gcc 9.3.0 preprocessor under Cygwin: cmdline -Dname but name seems to be undefined...


c++cygwinpreprocessorstrduppikepdf

Read More
strdup(): Confused about warnings ('implicit declaration', 'makes pointer...without a ca...


cgccvalgrindstrdup

Read More
what is different between initialization of string and using strdup()...


cstrcmpstrdup

Read More
Vb.Net convert StrDup to C#.net...


c#vb.netstrdup

Read More
strdup() causing memory leaks?...


cmemory-leaksstrdup

Read More
Is strdup adding a '\0' when duplicating the array of char?...


cstrdup

Read More
BackNext