Derive-C
Loading...
Searching...
No Matches
gdb_marker.h
Go to the documentation of this file.
1#pragma once
2
5
6DC_ZERO_SIZED(dc_gdb_marker);
7
8DC_PUBLIC static dc_gdb_marker dc_gdb_marker_new() { return (dc_gdb_marker){}; }
static DC_PUBLIC dc_gdb_marker dc_gdb_marker_new()
Definition gdb_marker.h:8
#define DC_PUBLIC
Definition namespace.h:25
#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