Skip to content

Instantly share code, notes, and snippets.

#include <stdio.h>
#include <stdlib.h>
typedef struct stuffox{
int x;
struct stuffox* next;
}stuffox;
// instead of returning a new stuffox*, could've just changed the calling function's memory
// by defining as void Cons(int d, stuffox** list)

Keybase proof

I hereby claim:

  • I am acama on github.
  • I am acez (https://keybase.io/acez) on keybase.
  • I have a public key ASAGQMjvf1te6_5EqFXfBwQeaXioUGyRGMT6Z5g6HKB_Pwo

To claim this, I am signing this object: