1
0
mirror of https://github.com/switchbrew/libnx.git synced 2025-08-05 16:09:24 +02:00
libnx/nx/include/switch/services/fatal.h
2018-01-23 00:27:00 +01:00

5 lines
92 B
C

#pragma once
#include "../types.h"
__attribute__((noreturn)) void fatalSimple(Result err);