Skip to content

Instantly share code, notes, and snippets.

#include <assert.h>
#include <err.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
void insb(uint8_t b, size_t off, uint8_t **buf, size_t *buflen)
{