Skip to content

Instantly share code, notes, and snippets.

#include <stdbool.h>
#include <stdlib.h>
typedef struct node_t* Node;
struct node_t {
int n;
Node next;
};
typedef bool (*CondFun) (int number);

Keybase proof

I hereby claim:

  • I am moira on github.
  • I am moir (https://keybase.io/moir) on keybase.
  • I have a public key whose fingerprint is 5243 FBD4 A51C 2470 7C1A 237F A7E8 7F64 A4E6 4290

To claim this, I am signing this object: