Choco OS  V.0.16.9.0
Join to the chocolate world
oc_queue.c File Reference

Stores source for queues object. More...

#include <oc_object.h>
#include <oc_queue.h>
#include <oc_list.h>
#include <oc_stdlib.h>
#include <oc_null.h>
#include <oc_thread.h>
#include <oc_semaphore.h>
#include <oc_intman.h>

Go to the source code of this file.

Data Structures

struct  Queue_t
 

Functions

oC_Queue_t oC_Queue_New (Allocator_t Allocator, oC_MemorySize_t BufferSize)
 allocates memory for a queue More...
 

Detailed Description


Author
Patryk Kubiak
Note
Copyright (C) 2016 Patryk Kubiak patry.nosp@m.k.ku.nosp@m.biak9.nosp@m.0@gm.nosp@m.ail.c.nosp@m.om

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Definition in file oc_queue.c.