codex
Loading...
Searching...
No Matches
queue_spsc0.c File Reference
#include <stdbool.h>
Include dependency graph for queue_spsc0.c:

Classes

struct  queue
 

Macros

#define N   1024
 

Functions

bool push (struct queue *q, int i)
 
bool pop (struct queue *q, int *i)
 

Macro Definition Documentation

◆ N

#define N   1024

Function Documentation

◆ pop()

bool pop ( struct queue * q,
int * i )

◆ push()

bool push ( struct queue * q,
int i )