Cthulhu  0.2.10
Cthulhu compiler collection
default.h
Go to the documentation of this file.
1 // SPDX-License-Identifier: GPL-3.0-only
2 
3 #pragma once
4 
5 typedef struct tree_t tree_t;
6 typedef struct node_t node_t;
7 
8 const tree_t *ctu_get_default_value(const node_t *node, const tree_t *type);
const tree_t * ctu_get_default_value(const node_t *node, const tree_t *type)
Definition: default.c:23
a position in a source file
Definition: node.h:23
Definition: tree.h:67