1cacabdff6
* Update comment prefix + add github action * Clang Format pool * fix clang format version * Fix pool clang format
6 lines
130 B
C
6 lines
130 B
C
#include "pool.h"
|
|
|
|
#define POOL_ENTRY(name, capacity) POOL_DEFINE_TYPE(name, capacity);
|
|
#include POOLS_DEF_FILE
|
|
#undef POOL_ENTRY
|