Cthulhu  0.2.10
Cthulhu compiler collection
cookie.h
Go to the documentation of this file.
1 // SPDX-License-Identifier: LGPL-3.0-only
2 
3 #pragma once
4 
5 #include "core/compiler.h"
6 
7 typedef struct logger_t logger_t;
8 typedef struct vector_t vector_t;
9 
11 
12 typedef struct tree_cookie_t {
17 
#define CT_BEGIN_API
Definition: compiler.h:129
#define CT_END_API
Definition: compiler.h:130
a logging sink
Definition: notify.c:14
a generic vector of pointers
Definition: vector.c:16