Archived
1
0
Fork 0

docs: changed headers.

This commit is contained in:
Henrik Hautakoski 2011-03-20 21:12:47 +02:00
parent a0577471e2
commit a5201deaee
10 changed files with 31 additions and 31 deletions

View file

@ -1,18 +1,18 @@
Queue
-----
=====
Simple FIFO queue allowing enqueueing and dequeing from the start and end. +
This implementation only stores generic pointers to objects.
So you must take care of the objects lifetime, size etc by yourself.
Data structures
~~~~~~~~~~~~~~~
---------------
* `queue_t`
An abstract datatype holding the queue, used by queue_* functions.
Functions
~~~~~~~~~
---------
`queue_init()`::