An open API service indexing awesome lists of open source software.

https://github.com/rcasanovan/linked-queue

Linked queue using C language
https://github.com/rcasanovan/linked-queue

c c-language linked-queue pointers queue

Last synced: about 1 year ago
JSON representation

Linked queue using C language

Awesome Lists containing this project

README

          

# Linked queue using C language

## Steps

* Download [gcc](https://gcc.gnu.org/install/binaries.html).
* Open the terminal.
* Use the following comand in order to compile the .c file: ***gcc -Wall -Werror -o exit linkedQueue.c***
* Run the executable file using the following comand: ***./exit***
* Enjoy.