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