Content deleted Content added
Line 77:
For example, consider a function that duplicates a linked list, described here in [[C (programming language)|C]]:
<source lang="c">
list *duplicate(
{
if (input == NULL) {
|
Line 77:
For example, consider a function that duplicates a linked list, described here in [[C (programming language)|C]]:
<source lang="c">
list *duplicate(
{
if (input == NULL) {
|