Derive-C
Loading...
Searching...
No Matches
gdb_marker.h
Go to the documentation of this file.
1#pragma once
2
4
5ZERO_SIZED(gdb_marker);
6
7static gdb_marker gdb_marker_new() { return (gdb_marker){}; }
static gdb_marker gdb_marker_new()
Definition gdb_marker.h:7
#define ZERO_SIZED(TYPE)
Zero sized types are useful as markers (e.g. for gdb printing, or to replace debug info structs.
Definition zerosized.h:15