mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
5 lines
96 B
C
5 lines
96 B
C
#pragma once
|
|
#include <switch/types.h>
|
|
|
|
__attribute__((noreturn)) void fatalSimple(Result err);
|