#pragma once

#ifdef __cforall
extern "C" {
#endif
#include <stddef.h>
#include <stdint.h>
#ifdef __cforall
}
#endif

#include <vector.hfa>

typedef vector(intptr_t*, heap_allocator(intptr_t*)) worklist_t;
