Sturk 1.1.0
Publish-subscribe C implementation.
Loading...
Searching...
No Matches
list.h File Reference
#include "st/os/sys.h"
#include "vertegs/list.h"
Include dependency graph for list.h:

Go to the source code of this file.

Macros

#define LIST   VX_LIST
 
#define list_foreach   vx_list_foreach
 
#define list_ins   vx_list_ins
 
#define list_rem   vx_list_rem
 
#define list_next   vx_list_next
 

Detailed Description

Macro Definition Documentation

◆ LIST

#define LIST   VX_LIST
See also
VX_LIST()

◆ list_foreach

#define list_foreach   vx_list_foreach

◆ list_ins

#define list_ins   vx_list_ins
See also
vx_list_ins()

◆ list_next

#define list_next   vx_list_next
See also
vx_list_next()

◆ list_rem

#define list_rem   vx_list_rem
See also
vx_list_rem()