Mercurial > urweb
view include/queue.h @ 1530:09c56e03beaf
Manual: emphasize how great '-tc' is
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 07 Aug 2011 13:47:15 -0400 |
parents | 80d048a8efe5 |
children |
line wrap: on
line source
#ifndef QUEUE_H #define QUEUE_H int uw_dequeue(); void uw_enqueue(int); #endif