12 lines
214 B
C
12 lines
214 B
C
/*
|
|
* Copyright (C) 2021 Kovid Goyal <kovid at kovidgoyal.net>
|
|
*
|
|
* Distributed under terms of the GPL3 license.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "data-types.h"
|
|
#define uthash_fatal(msg) fatal(msg)
|
|
#include "uthash.h"
|