Skip to content

Instantly share code, notes, and snippets.

@pfallasro
pfallasro / cola.c
Created June 24, 2013 04:17
Pila - C y Cola - C
#include <stdio.h>
#include <stdlib.h>
char* getPtrNom();
int getId();
int isEmpty();
int menu();
void clearBuffer();
void dequeue();
void enqueue();