Skip to content

Instantly share code, notes, and snippets.

#include <stdio.h>
#include <mach/mach.h>
#include <mach/mach_vm.h>
static const size_t LENGTH = 10;
static const size_t SIZE = sizeof(int) * LENGTH;
void fillBuffer(int* buffer, size_t length)
{
for (size_t i = 0; i < length; ++i)