mirror of
https://github.com/Ed94/metadesk.git
synced 2026-06-12 23:51:37 -07:00
20 lines
339 B
C
20 lines
339 B
C
#pragma once
|
|
|
|
#include "third_party/gencpp_c11/push_ignores.inline.h"
|
|
|
|
#define GEN_DEFINE_LIBRARY_CODE_CONSTANTS
|
|
#define GEN_ENFORCE_STRONG_CODE_TYPES
|
|
#define GEN_IMPLEMENTATION
|
|
#include "third_party/gencpp_c11/gencpp_c11.h"
|
|
|
|
#include "third_party/gencpp_c11/misc.h"
|
|
|
|
int main()
|
|
{
|
|
gen_Context ctx = {0};
|
|
gen_init(& ctx);
|
|
|
|
|
|
return 0;
|
|
}
|