summaryrefslogtreecommitdiffstats
path: root/src/tools/tracegen/panic.h
blob: ee635a8aebeb4b34f673ea2bf1c756e5b864674a (plain)
1
2
3
4
5
6
7
8
9
// Copyright (C) 2017 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Rafael Roquetto <rafael.roquetto@kdab.com>
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#ifndef PANIC_H
#define PANIC_H

void panic(const char *fmt, ...);

#endif // PANIC_H