source: src/examples/gc_no_raii/src/tools/worklist.h @ 8a74081

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since 8a74081 was 385c130, checked in by Thierry Delisle <tdelisle@…>, 8 years ago

pre merge

  • Property mode set to 100644
File size: 141 bytes
Line 
1#pragma once
2
3#include <stddef.h>
4#include <stdint.h>
5
6#include "vector.h"
7
8typedef vector(intptr_t*, heap_allocator(intptr_t*)) worklist_t;
Note: See TracBrowser for help on using the repository browser.