codex
|
#include <stdbool.h>
Classes | |
struct | queue |
Macros | |
#define | N 1024 |
Functions | |
bool | push (struct queue *q, int i) |
bool | pop (struct queue *q, int *i) |
#define N 1024 |
bool pop | ( | struct queue * | q, |
int * | i ) |
bool push | ( | struct queue * | q, |
int | i ) |