Derive-C
Loading...
Searching...
No Matches
gdb_marker.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
derive-c/core/zerosized.h
>
4
#include <
derive-c/core/namespace.h
>
5
6
DC_ZERO_SIZED
(dc_gdb_marker);
7
8
DC_PUBLIC
static
dc_gdb_marker
dc_gdb_marker_new
() {
return
(dc_gdb_marker){}; }
dc_gdb_marker_new
static DC_PUBLIC dc_gdb_marker dc_gdb_marker_new()
Definition
gdb_marker.h:8
namespace.h
DC_PUBLIC
#define DC_PUBLIC
Definition
namespace.h:25
zerosized.h
DC_ZERO_SIZED
#define DC_ZERO_SIZED(TYPE)
Zero sized types are useful as markers (e.g. for gdb printing, or to replace debug info structs.
Definition
zerosized.h:11
src
derive-c
core
debug
gdb_marker.h
Generated by
1.15.0