annotate include/urweb/queue.h @ 2262:34ad83d9b729

Fix recording bugs to do with nesting and buffer reallocation. Stop MonoFooify printing spurious errors.
author Ziv Scully <ziv@mit.edu>
date Wed, 07 Oct 2015 08:58:08 -0400
parents c414850f206f
children
rev   line source
ezyang@1739 1 #ifndef QUEUE_H
ezyang@1739 2 #define QUEUE_H
ezyang@1739 3
ezyang@1739 4 int uw_dequeue();
ezyang@1739 5 void uw_enqueue(int);
ezyang@1739 6
ezyang@1739 7 #endif