Skip to content

Instantly share code, notes, and snippets.

#include <setjmp.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h> // EXIT_SUCCESS
#include <unistd.h> // sbrk
struct datum {
int v1;
int v2;
int v3;
The quick yellow fox jumps over the fence.
The end